commonmark / commonmark-java

Java library for parsing and rendering CommonMark (Markdown)
BSD 2-Clause "Simplified" License
2.31k stars 288 forks source link

Custom tags wrapping generated elements #314

Closed dveyarangi closed 8 months ago

dveyarangi commented 8 months ago

Is there an option to convert or wrap the outputted tags? I specifically interested in wrapping or replacing "code" blocks by div with custom class, to allow some finetuning.

dveyarangi commented 8 months ago

sorry, my bad, did not RTFM well enough