elm-markdown icon indicating copy to clipboard operation
elm-markdown copied to clipboard

Markdown parsing within Elm

Results 5 elm-markdown issues
Sort by recently updated
recently updated
newest added

I have a use-case where emoticons would be nice to have 😀 In fact, all use-cases could need a little more flare ✨

[`marked`](https://github.com/chjj/marked) hasn't been updated in nearly a year, is looking unmaintained, and was just found to be [vulnerable to XSS attacks](https://snyk.io/blog/marked-xss-vulnerability/). This PR replaces `marked` with [`markdown-it`](https://github.com/markdown-it/markdown-it), a newer, actively...

Currently the class is not added by marked nor by highlight.js itself, and the rendered code will lack attributes such as background colour and others that are defined by highlight.js...

Would it be possible to switch to a well-defined "flavour" of the original Markdown called [CommonMark](https://github.com/jgm/CommonMark)? There are very good JS implementations and I'd recommend [markdown-it](https://github.com/markdown-it/markdown-it). CommonMark continues in the...

I happens with any table. It's not a `marked` issue, since I tried the same tables directly with marked. Tests done with: elm-markdown marked 0.3.3 I'd figure out by myself...