module

Arcana::Markdown

Class methods

to_ansi(text : String, theme : String | Nil = nil, code_theme : String | Nil = nil) : String

Convert Markdown text to ANSI-styled terminal output.

Source
to_html(text : String, options : Markd::Options | Nil = nil) : String

Convert Markdown text to HTML.

Source