icyleaf / markd

Yet another markdown parser, Compliant to CommonMark specification, written in Crystal.
MIT License
109 stars 30 forks source link

Add `lang` parameter to to `HTMLRenderer#code_block_body` #38

Closed straight-shoota closed 3 years ago

straight-shoota commented 3 years ago

This is a follow-up on #37 which relays the language to #code_block_body where it can be used for language-specific rendering.