David-Rushton / morello.markdown

A .NET library that pretty prints markdown in the console
MIT License
2 stars 0 forks source link

Indented code blocks are not supported #28

Open David-Rushton opened 2 years ago

David-Rushton commented 2 years ago
# Throws: Block type not supported: Markdig.Syntax.CodeBlock
❯ md-cli "
some head
---------

We don't support indented code blocks.  :(

    SELECT this
    FROM that;
"
David-Rushton commented 2 years ago

After #39 we now fallback to plain text.