David-Rushton / morello.markdown

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

Image links throws #30

Closed David-Rushton closed 2 years ago

David-Rushton commented 2 years ago
# Throws:  Error: The filename, directory name, or volume label syntax is incorrect. : <some-path>
md-cli "![foo](https://ichef.bbci.co.uk/live-experience/cps/624/cpsprodpb/vivo/live/images/2022/8/17/7c0c9a05-8195-4f9f-8d8d-b1b891da3a60.jpg)"
David-Rushton commented 2 years ago

I suspect we only support images read from the file system. However as that isn't covered by tests it may be entirely broken.

David-Rushton commented 2 years ago

Confirmed. We support the file system.

David-Rushton commented 2 years ago

Fixed in #34