diff options
-rw-r--r-- | demos/gtk-demo/markup.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/gtk-demo/markup.txt b/demos/gtk-demo/markup.txt index 79b857f295..7abefc4c7a 100644 --- a/demos/gtk-demo/markup.txt +++ b/demos/gtk-demo/markup.txt @@ -18,3 +18,5 @@ Shortcuts: <tt>Monospace</tt> – <b>Bold</b> – <i>Italic</i> – <big>Big</bi <span allow_breaks="false">A</span> hyphenation algorithm is a set of rules, especially one codified for implementation in a computer program, that decides at which points a word can be broken over two lines with a hyphen. For example, a hyphenation algorithm might decide that impeachment can be broken as <span allow_breaks="false">impeach‧ment</span> or <span allow_breaks="false">im‧peachment</span> but not <span allow_breaks="false">impe‧achment.</span> <span insert_hyphens="false">one/two three/four five/six seven/eight nine/ten</span> + +Transforms: <span text_transform='uppercase'>straße</span> <span text_transform='capitalize'>up, up and away</span> |