David-Rushton / morello.markdown

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

We don't support auto links #31

Closed David-Rushton closed 2 years ago

David-Rushton commented 2 years ago
# Throws: Could not process type: Markdig.Syntax.Inlines.AutolinkInline 
md-cli "<http://foo.bar.baz>"

Spec

David-Rushton commented 2 years ago

After #39 we no longer throw. However the plain text fallback omits the final square bracket. A full fix will render a link.

image