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
text text text
1. list
2. list
.
text text text
<div>
**html**
</div>
.
text text text
```js
var code = code;
```
The numbered list, html block, and fenced code block elements following the line are nor properly colorized. They are rendered properly in the preview.
In the case of the html, the **html** text should not be colorized since it is html content, not markdown.
Adding a blank line after the paragraph fixes the colorization.
The text was updated successfully, but these errors were encountered:
For a markdown file like this:
The numbered list, html block, and fenced code block elements following the line are nor properly colorized. They are rendered properly in the preview.
In the case of the html, the
**html**
text should not be colorized since it is html content, not markdown.Adding a blank line after the paragraph fixes the colorization.
The text was updated successfully, but these errors were encountered: