[moin-user] Bug report: emtpy line added

Volker Wysk post at volker-wysk.de
Mon Sep 24 23:07:02 EDT 2018


Hi!

The following:

-----snip-----
 abc:: 
{{{#!highlight shell numbers=disable
# bla
}}}
-----snip-----

gets rendered as: 

-----snip-----
abc

# bla

-----snip-----

Whereas this:

-----snip-----
 abc:: 
{{{#!highlight shell numbers=disable
bla
}}}
-----snip-----

gets rendered as: 

-----snip-----
abc

# bla
-----snip-----

In the first case, when there's a hash sign in front of the last line in the {{{...}}}-block, an additional, empty line is inserted.


Bye
Volker



More information about the moin-user mailing list