X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/ff6433179e7b0d6d5c04ec09f648c619d16e4eb8..d3700526727b89ddb608fc09a6dd2c81ffdd9089:/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]]