add smiley to work around markdown

{*} can be interpreted as the start of emphasised text by markdown, so add
{x} as an alternate way to get the same symbol
master
Joey Hess 2008-07-17 13:03:00 -04:00
parent df3a8b183c
commit 16c44bd209
1 changed files with 2 additions and 1 deletions

View File

@ -35,13 +35,14 @@ Just write the text of a smiley to display it.
* \\[!] [[smileys/attention.png]]
* \\/!\ [[smileys/alert.png]]
* \\(?) [[smileys/question.png]]
* \\{x} [[smileys/star_on.png]]
* \\{*} [[smileys/star_on.png]]
* \\{o} [[smileys/star_off.png]]
* \\{1} [[smileys/prio1.png]]
* \\{2} [[smileys/prio2.png]]
* \\{3} [[smileys/prio3.png]]
For example: {*} B) {*}
For example: {x} B) {x}
----