From: Joey Hess Date: Fri, 11 Jul 2008 10:24:25 +0000 (-0400) Subject: bug X-Git-Tag: 2.54~149 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=32a8bf4c3607fae5f7a303fd2ab02d25e9056aba;p=ikiwiki.git bug --- diff --git a/doc/bugs/recentchanges_escaping.mdwn b/doc/bugs/recentchanges_escaping.mdwn new file mode 100644 index 000000000..1ad16d198 --- /dev/null +++ b/doc/bugs/recentchanges_escaping.mdwn @@ -0,0 +1,5 @@ +When committing a page like this one, with an escaped toc directive in it: + + \[[!toc ]] + +The recentchangesdiff comes back with it unescaped. Which can be confusing.