X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/cc26a499253b5a0458924992f70678b81811ec70..1a8b4211c2337f3e03400908b0d77aba03c2f33f:/doc/bugs/nested_inlines_produce_no_output.mdwn diff --git a/doc/bugs/nested_inlines_produce_no_output.mdwn b/doc/bugs/nested_inlines_produce_no_output.mdwn index c40a847b0..3f2fccdfb 100644 --- a/doc/bugs/nested_inlines_produce_no_output.mdwn +++ b/doc/bugs/nested_inlines_produce_no_output.mdwn @@ -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]]