You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I replaced the original connectTo function in syntax.php with the following
function connectTo($mode) {
$this->Lexer->addEntryPattern('/\*',$mode,'plugin_comment');
}
function postConnect() {
$this->Lexer->addExitPattern('\*/','plugin_comment');
}
everything rendered as expected. I must admit that I have no idea if that causes other problems...
With the new DokuWiki "Adora Belle" (RC1) and the latest plugin release (2009-02-06) I have the following surprising behavior:
renders as
whereas
yields
The empty lines should always be preserved, resulting in a paragraph break for all cases.
The text was updated successfully, but these errors were encountered: