]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/rst_fails_on_file_containing_only_a_number.mdwn
mix markdown with HTML more correctly
[ikiwiki.git] / doc / bugs / rst_fails_on_file_containing_only_a_number.mdwn
index dab3b7e5bf58059947e433fcb5e5594ed5a3e3e1..57e0cf6aafeaab8bb7113dfbf09de7a8c9a98fc7 100644 (file)
@@ -24,3 +24,8 @@ throwing code..):
 > No, still the same failure. I think it's failing parsing the input data,
 > (which perl probably transmitted as an int due to perl internals)
 > not writing out its response. --[[Joey]]
+
+> On second thought, this was a bug in ikiwiki, it should be transmitting
+> that as a string. Fixed in external.pm --[[Joey]] 
+
+>> [[done]] a while ago, then. I've added a regression test now. --[[smcv]]