soasme / nim-markdown

A Beautiful Markdown Parser in the Nim World.

Home Page:https://www.soasme.com/nim-markdown/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

links in lists not working

enthus1ast opened this issue · comments

1. [foo](https://nim-lang.org)
2. [baa](https://nim-lang.org/installation)

- [foo](https://nim-lang.org)
- [baa](https://nim-lang.org/installation)

get rendered like so:

1. [foo](https://nim-lang.org)
2. [baa](https://nim-lang.org/installation)

- [foo](https://nim-lang.org)
- [baa](https://nim-lang.org/installation)

but hyperlinks should be created.

commented

Thanks for the reporting. This is a known issue and will be addressed in the next release.

commented

The bug is fixed in v0.5.0. Plus, the given case has been added into tests/testmarkdown.nim.