Skip to content
Snippets Groups Projects
Commit 9af328f8 authored by Albert Gräf's avatar Albert Gräf
Browse files

Fix up the color tags in the text and all_about_rich_text help patches.

parent 06df3211
No related branches found
No related tags found
1 merge request!8682.20.0, the rest of it
#N canvas 774 239 512 642 12; #N canvas 774 239 512 642 12;
#X text 20 10 <h>Rich Text Formatting</h> <#090><b>This</b> <#f69>is</#f69> #X text 20 10 <h>Rich Text Formatting</h> <=#090><b>This</b> <=#f69>is</=#f69>
<s>normal</s> <#039><u>rich</u> <#909>text</#909>. This <i>only</i> <s>normal</s> <=#039><u>rich</u> <=#909>text</=#909>. This <i>only</i>
works in comments \, and uses special tags in the input text. Tags works in comments \, and uses special tags in the input text. Tags
come in pairs \, as they do in HTML \, '<!tag>' begins and '<!/tag>' come in pairs \, as they do in HTML \, '<!tag>' begins and '<!/tag>'
ends a specially formatted part of the text. Currently supported tags ends a specially formatted part of the text. Currently supported tags
are: • <!h><h>header text</h><!/h> Typeset in bold at 120% size. • are: • <!h><h>header text</h><!/h> Typeset in bold at 120% size. •
<!b><b>bold text</b><!/b> • <!i><i>italic text</i><!/i> • <!u><u>underlined <!b><b>bold text</b><!/b> • <!i><i>italic text</i><!/i> • <!u><u>underlined
text</u><!/u> • <!s><s>strike-through text</s><!/s> • <!red><red>colored text</u><!/u> • <!s><s>strike-through text</s><!/s> • <!=red><=red>colored
text</red><!/red> The standard HTML color names and triplets can text</=red><!/=red> The standard HTML color names and triplets can
be used as tags. Obviously \, this won't replace your word processor be used as tags if preceded by '='. Obviously \, this won't replace your word processor
anytime soon \, and entering all the formatting tags can get a bit anytime soon \, and entering all the formatting tags can get a bit
tedious. But at least it provides you with some useful formatting options. <b>NOTE:</b> tedious. But at least it provides you with some useful formatting options. <b>NOTE:</b>
This entire text is in a single comment object \, so you can click This entire text is in a single comment object \, so you can click
......
...@@ -84,7 +84,7 @@ using explicit line breaks. E.g: Lorem ipsum dolor sit amet \, consetetur ...@@ -84,7 +84,7 @@ using explicit line breaks. E.g: Lorem ipsum dolor sit amet \, consetetur
sadipscing elitr \, sed diam nonumy eirmod tempor invidunt ut labore et sadipscing elitr \, sed diam nonumy eirmod tempor invidunt ut labore et
dolore magna aliquyam erat \, sed diam voluptua. At vero eos et accusam dolore magna aliquyam erat \, sed diam voluptua. At vero eos et accusam
et justo duo dolores et ea rebum. There are also some possibilities et justo duo dolores et ea rebum. There are also some possibilities
for <red><b>rich text formatting</b></red> \, please see the <b>"all_about_rich_text"</b> for <=red><b>rich text formatting</b></=red> \, please see the <b>"all_about_rich_text"</b>
patch linked below for details., f 76; patch linked below for details., f 76;
#X text 40 350 <b>NOTE:</b> Visual and rich text formatting of comments #X text 40 350 <b>NOTE:</b> Visual and rich text formatting of comments
are Purr Data-specific features \, they will *not* work (and look funny) are Purr Data-specific features \, they will *not* work (and look funny)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment