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
Due to migration reasons we've ended up rendering only HTML. We've noted sometimes the content is rendered in additional <p> </p> tags, resulting in invalid HTML.
Strangely that happens every second time, i.e.
const{compiler}=require("markdown-to-jsx");for(leti=0;i<2;i++){constcompiled=compiler("<p>From 20. to 22.12.</p>");console.log(compiled.props.children);console.log("----------------");}
Due to migration reasons we've ended up rendering only HTML. We've noted sometimes the content is rendered in additional
<p> </p>
tags, resulting in invalid HTML.Strangely that happens every second time, i.e.
results in the following output:
Altough we are not yet using 7.1.0, it also occurs there.
The text was updated successfully, but these errors were encountered: