parsedown/tests/commonmark/150-HTML_blocks.html

13 lines
125 B
HTML
Raw Normal View History

2019-01-27 20:47:05 +01:00
<![CDATA[
function matchwo(a,b)
{
if (a < b && a < 0) then {
return 1;
} else {
return 0;
}
}
]]>
<p>okay</p>