projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df3a8b1
)
add smiley to work around markdown
author
Joey Hess
<joey@kodama.kitenet.net>
Thu, 17 Jul 2008 17:03:00 +0000
(13:03 -0400)
committer
Joey Hess
<joey@kodama.kitenet.net>
Thu, 17 Jul 2008 17:03:00 +0000
(13:03 -0400)
{*} can be interpreted as the start of emphasised text by markdown, so add
{x} as an alternate way to get the same symbol
doc/smileys.mdwn
patch
|
blob
|
history
diff --git
a/doc/smileys.mdwn
b/doc/smileys.mdwn
index 65d088326505bee4c3a40b6d9df74f2c37021267..4c19b05852ff7ded993110151aafc8d8763b4f45 100644
(file)
--- 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
}
----