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
Or we can try using another markdown parser like marked.
This is because MarkdownIt.parse's result is somehow not ready to render: it produces a list of tokens, but we want a nested tree. Although transforming that should be easy enough, it may hurt performance.
Use MarkdownIt.parse to implement this.
The text was updated successfully, but these errors were encountered: