simple_markdown_extension_cli v0.1.3 SimpleMarkdownExtensionCLI
This extension provides a renderer for CLI output.
The renderer (SimpleMarkdownExtensionCLI.Renderer.render/1
)
can be used by simply passing it as the render option to
SimpleMarkdown.convert/2
. Alternatively if the text
should be formatted in a way that makes it more presentable
on certain devices, the SimpleMarkdownExtensionCLI.Formatter.format/1
or SimpleMarkdownExtensionCLI.Formatter.format/2
variant
can be used instead.