markdown icon indicating copy to clipboard operation
markdown copied to clipboard

Markdown parser available for historical reasons. Will be replaced when we have an Elm implementation!

Results 8 markdown issues
Sort by recently updated
recently updated
newest added

`"highlight.js": "^11.6.0",` ![Screenshot from 2022-11-12 00-35-21](https://user-images.githubusercontent.com/9598261/201447800-23e291b0-af8b-43df-8b61-578ffe4a5d96.png)

Hi, In some markdown parsers, there is a way to add a custom class to some elements (for example in Jekyll). This is very convenient for styling, but I couldn't...

Hi, Is there a way to open links in a new tab ? Depending on markdown parser, there is several ways but for this one can't find how to do...

## This surprised me If you render html containing an iframe it reloads the content every time you call `update`. This results in the iframe data being reloaded. ## Currently...

The parser code from https://github.com/markedjs/marked hasn't been updated in >2 years, it should be updated.

The documentation for `defaultOptions` mentioned a `toElement` function, which is not a part of this package.

New lines at the end of code blocks are being removed. If you check github code blocks for instance, they are not removed, just like the code in this very...

Hi @evancz! Thanks for great work with 0.19 - community was waiting for this for a long time, you know. However, I've got an unexpected behaviour of interaction between `Browser.application`...