]> sipb.mit.edu Git - ikiwiki.git/commitdiff
web commit by buo: escape inline directive
authorJoey Hess <joey@kitenet.net>
Wed, 5 Mar 2008 16:36:02 +0000 (11:36 -0500)
committerJoey Hess <joey@kitenet.net>
Wed, 5 Mar 2008 16:36:02 +0000 (11:36 -0500)
doc/bugs/blog_posts_not_added_to_mercurial_repo.mdwn

index 18a2033863df310973835fca0c0693bccfc4e9ac..1d5ca2d0cf19b04a430b59457191245cf71eff7c 100644 (file)
@@ -2,7 +2,7 @@ I am using mercurial as RCS backend and ikiwiki 2.40.
 
 It seems that, when adding a blog post, it is not immediately commited to the mercurial repo. I have a page with this directive:
 
-    [[!inline pages="journal/blog2008/* and !*/Discussion" show="0" feeds="no" actions="yes" rootpage="journal/blog2008"]]
+    \[[!inline pages="journal/blog2008/* and !*/Discussion" show="0" feeds="no" actions="yes" rootpage="journal/blog2008"]]
 
 When I add a blog post, I see it on the wiki but it doesn't appear on `History` or `RecentChanges`. If I run `hg status` on the wiki source dir, I see the new file has been marked as `A` (ie, a new file that has not been commited).