aboutsummaryrefslogtreecommitdiff
path: root/doc/tips/add_chatterbox_to_blog
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-04 14:34:05 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-04 14:34:05 -0400
commit8d5cd865932b0c0feb1a398e5cde31de262a7649 (patch)
tree2052ba72e95e6c5253cdbec0d706b7b758933b3f /doc/tips/add_chatterbox_to_blog
parentde26854d763d05c3e126be96a9da0ad447661fca (diff)
downloadikiwiki-8d5cd865932b0c0feb1a398e5cde31de262a7649.tar
ikiwiki-8d5cd865932b0c0feb1a398e5cde31de262a7649.tar.gz
response
Diffstat (limited to 'doc/tips/add_chatterbox_to_blog')
-rw-r--r--doc/tips/add_chatterbox_to_blog/discussion.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tips/add_chatterbox_to_blog/discussion.mdwn b/doc/tips/add_chatterbox_to_blog/discussion.mdwn
index 7057235c5..d17008fe1 100644
--- a/doc/tips/add_chatterbox_to_blog/discussion.mdwn
+++ b/doc/tips/add_chatterbox_to_blog/discussion.mdwn
@@ -29,3 +29,7 @@ On the [[/ikiwiki/pagespec]] page, it says "internal" pages aren't "first-class"
>>> previxed with `/` ...) --[[Joey]]
>> This is not working for me at all, all I get is some SHA1 hash all the time. I've tried variants of the `internal()` arg, and nothing gets spit out. --[[simonraven]]
+
+>>> Sounds like [[!debbug 380212]]?
+>>> If so, the fix is to use Text::Markdown, or markdown 1.0.2 instead of buggy
+>>> old markdown 1.0.1. --[[Joey]]