parsedown/tests/commonmark/151-HTML_blocks.html

13 lines
125 B
HTML
Raw Normal View History

2019-04-10 08:02:52 +02:00
<![CDATA[
function matchwo(a,b)
{
if (a < b && a < 0) then {
return 1;
} else {
return 0;
}
}
]]>
<p>okay</p>