elm-explorations / markdown

Markdown parser available for historical reasons. Will be replaced when we have an Elm implementation!
BSD 3-Clause "New" or "Revised" License
30 stars 3 forks source link

Add class to elements #10

Open loicknuchel opened 3 years ago

loicknuchel commented 3 years ago

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 find a way of doing it with this parser.

Is it possible ? If no, would you accept a PR to do it ?

Thanks!