}}} should only close preformatted block, but also starts one

Bug #859428 reported by r
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Nyctergatis Markup Engine
Fix Released
Low
Yves Piguet

Bug Description

There is be no preformatted block in this Creole syntax, but the text between }}} and {{{ is rendered as preformatted:

before
}}}
this should not be preformatted
}}}
after

It outputs in this HTML:

<html>
<body>
<p>before</p>
<pre>
this should not be preformatted
</pre>
<p>after</p>
</body>
</html>

It seems that the }}} closing tag is mistakenly interpreted as a prefomatting opening tag.

Changed in nme:
status: New → Confirmed
importance: Undecided → Low
assignee: nobody → Yves Piguet (yves-piguet)
Changed in nme:
status: Confirmed → Fix Committed
Changed in nme:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.