diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-23 06:27:25 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-01-23 06:27:25 +0000 |
commit | c5a3afffe9c2ee3bdcd5530df736fed9ddb7072c (patch) | |
tree | a5a44372625a75d3fb577ee1c9636589fb92eef8 | |
parent | b0529e1604c1c2ee34c1d66485f3955d08838a03 (diff) | |
download | ikiwiki-c5a3afffe9c2ee3bdcd5530df736fed9ddb7072c.tar ikiwiki-c5a3afffe9c2ee3bdcd5530df736fed9ddb7072c.tar.gz |
web commit by http://ethan.betacantrips.com/: not sure how to fix this
-rw-r--r-- | doc/bugs/shortcuts_don__39__t_escape_from_Markdown.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/shortcuts_don__39__t_escape_from_Markdown.mdwn b/doc/bugs/shortcuts_don__39__t_escape_from_Markdown.mdwn new file mode 100644 index 000000000..f5c4db660 --- /dev/null +++ b/doc/bugs/shortcuts_don__39__t_escape_from_Markdown.mdwn @@ -0,0 +1,5 @@ +Writing [[wikipedia Low_frequency_oscillation]] causes the word "frequency" +to show up in italics, since underscores are Markdown for italics. Using +[[wikipedia low frequency oscillation]] works in this case, because Wikipedia +will redirect, but it's hardly clean. Maybe the shortcuts plugin should +run pagetitle() on the text of its link? --Ethan
\ No newline at end of file |