Jump to content

Recommended Posts

Posted

the textparser not rending well the html output , to reproduce : 

 

add/edit package , in package description add the flallowing

 

Basic 1 (return to new line)

Html is alloweded

 

 

inthe orderbox wizzard , the textparser render this in html as 

<p>Basic 1</p>
<code>
    Html is not cpanel
</code>

the correct way is

<p>Basic 1</p>
<p>Html is not cpanel</p>

this bug wasn't exist in v 3.2.X

 

 

Posted

See my reply to your plugin thread here.

 

Not a bug. You should only use the Textparser to parse markdown text, not plain HTML. In 3.3.0-b1 we made a change to ensure that HTML content is not allowed in the markdown parser for security reasons.

Guest
This topic is now closed to further replies.
×
×
  • Create New...