markd icon indicating copy to clipboard operation
markd copied to clipboard

Yet another markdown parser, Compliant to CommonMark specification, written in Crystal.

Results 14 markd issues
Sort by recently updated
recently updated
newest added

This PR contains the beginnings of footnotes implementation: * Only supports footnotes with a single reference (should support multiple) * Footnote definitions only allow inline elements (should allow blocks) *...

🔍 Ready for Review

I have implemented a couple of alternative renderers, specifically: * markdown -> terminal * markdown -> markdown I have code that should make it trivial to write a couple more...

``` ~下面是一段 union 类型的示例。~ ``` ```crystal MARKDOWN_OPTIONS = Markd::Options.new(smart: true, gfm: true) Markd.to_html(text, options: MARKDOWN_OPTIONS) ``` Above will generate following `` tag like following: ![Image](https://github.com/user-attachments/assets/94215494-bbc2-43f4-9f13-2b88b9fa94be)