David-Rushton / morello.markdown

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

Newlines can be incorrectly rendered as quotes #32

Closed David-Rushton closed 2 years ago

David-Rushton commented 2 years ago
"foo
bar" | md-cli

Expected:

foo
bar

Actual:

foo
❯ bar

❯ is the quote prefix used by MarkdownConsole.