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
I tryed to insert a code block in a <div> markup :
<div>
` ` ` python
a = 6
` ` `
</div>
The code block is not parsed, I don't think it is a bug, but it is still an issue for me. Is there an option for solving this problem.
By the way, an escape syntax for escaping a block of lines or a part of the markdown source file would really be welcome, and could probably solved many problems (like MathJax equations for example #554).
The text was updated successfully, but these errors were encountered:
One thing to note though, you'll need to put a single newline in-between <div> and the markdown for the code block to get the result you want, the per CommonMark spec.
You can take a look at #514 if you're interested in looking at the fix.
I tryed to insert a code block in a
<div>
markup :The code block is not parsed, I don't think it is a bug, but it is still an issue for me. Is there an option for solving this problem.
By the way, an escape syntax for escaping a block of lines or a part of the markdown source file would really be welcome, and could probably solved many problems (like MathJax equations for example #554).
The text was updated successfully, but these errors were encountered: