From: Joey Hess Date: Thu, 17 Jul 2008 17:03:00 +0000 (-0400) Subject: add smiley to work around markdown X-Git-Tag: 2.53.1~21 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/18be5d8b9a13d080fd18385f442030933eb895dc 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 (cherry picked from commit 16c44bd209506de96e4fe5a5c007a456badc053d) --- diff --git a/doc/smileys.mdwn b/doc/smileys.mdwn index 65d088326..4c19b0585 100644 --- a/doc/smileys.mdwn +++ b/doc/smileys.mdwn @@ -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} ----