Open CNSeniorious000 opened 1 month ago
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.