corrections to the display_tags.rst bug #816072

This commit is contained in:
Wesley Stout 2011-07-25 14:02:08 -05:00
parent 3669d8b89c
commit 7f1072663b
1 changed files with 3 additions and 3 deletions

View File

@ -21,14 +21,14 @@ by the text to be formatted. End the text to be formatted with an ending tag
Example of use
--------------
To italicize a section of text you would do the following in a custom slide or
To make a section of text bold you would do the following in a custom slide or
song::
Amazing grace how {it} sweet {/it} the sound.
Amazing grace how {st}sweet{/st} the sound.
This will yield the text as:
Amazing grace how *sweet* the sound.
Amazing grace how **sweet** the sound.
Included display tags
---------------------