id summary reporter owner description type status priority component severity resolution keywords cc release 4750 Included wiki-pages are put in a paragraph anonymous "Hi, I recently reported this with !WikiIncludePlugin ([ticket#4749]), and after testing !IncludeMacro I hit the same problem. Currently all included wikipages are embedded in paragraphs. Is there any way to prevent this behaviour? Logically, if I wanted a paragraph I would put empty lines above and below the macro when I use it. '''Example:''' I've created the wikipage ""Nav/Foo"" with links to documentation of the Foo - project. All pages in the documentation start off with a level 1 header, then a wikiinclude macro including the navigation block. This way, when I create a new page I only need to put the link in ""Nav/Foo"", and it is available on all related pages. '''wikipage Nav/Foo:''' {{{ [wiki:Docs/Foo Foo] | [wiki:Docs/Foo-subsystem FooBar] }}} '''wikipage Docs/Foo:''' {{{ = Foo = [[Include(Docs/Foo)]] Something }}} '''wikipage Docs/FooBar:''' {{{ = Foo = [[Include(Docs/Foo)]] Something else. }}} Normally I'd expect this setup to generate: {{{ = Foo = [wiki:Docs/Foo Foo] | [wiki:Docs/FooBar FooBar] .. }}} However, I get this; {{{ = Foo =

[wiki:Docs/Foo Foo] | [wiki:Docs/FooBar FooBar]

.. }}} " enhancement new normal IncludeMacro minor 0.11