]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/bugs/nested_inlines_produce_no_output.mdwn
close; multimarkdown not enabled by default
[ikiwiki.git] / doc / bugs / nested_inlines_produce_no_output.mdwn
index c40a847b00afc8bf602e35fa2c40129af11c4abd..3f2fccdfb12286eac8dffc3403c684c25e1c45b1 100644 (file)
@@ -8,3 +8,5 @@ If an inlined page itself contains an inline directive, the nested directive wil
 When rendered, _pets_ [contains](http://www.willthompson.co.uk/tmp/ikiwiki-nested-inline/output/pets/) the content from _pets/dogs_ and _pets/cats_, but not the pages inlined into them.  However, the subpages [correctly](http://www.willthompson.co.uk/tmp/ikiwiki-nested-inline/output/pets/dogs/) [include](http://www.willthompson.co.uk/tmp/ikiwiki-nested-inline/output/pets/cats/) their own children.
 
 This used to work in at least ikiwiki 1.45.  I stepped through `preprocess_inline`, but couldn't see why this wasn't working.
+
+> Broke due to overoptimisation, fixed now. [[done]] --[[Joey]]