]> sipb.mit.edu Git - ikiwiki.git/commitdiff
don't need to escape the inline tag if its in pre tag
authorhttp://www.openid.albertlash.com/openid/ <http://www.openid.albertlash.com/openid/@web>
Fri, 18 Jun 2010 20:48:10 +0000 (20:48 +0000)
committerJoey Hess <joey@finch.kitenet.net>
Fri, 18 Jun 2010 20:48:10 +0000 (20:48 +0000)
doc/todo/Google_Sitemap_protocol.mdwn

index 6657c9350474586937ea206fbb9fe408f6e48db2..12ac8d036e27ae1c2fd49ee74f627057e3764cea 100644 (file)
@@ -53,5 +53,5 @@ Took me a minute to figure this out so I figured I'd share the steps I took:
 * Created a new page where the RSS would be created with this content, replacing "first_page" with the page in my wiki with the earliest date:
 
 <pre>
-\[\[!inline  pages="* and !*/Discussion and created_after(first_page)" archive="yes" rss="yes" ]]
+[[!inline  pages="* and !*/Discussion and created_after(first_page)" archive="yes" rss="yes" ]]
 </pre>