creecros / MarkdownPlus

Improved Markdown, with check boxes, emoji shortcode, inline html, etc...
MIT License
52 stars 15 forks source link

URL syntax is broken on lines with checkboxes #10

Closed 11mariom closed 1 year ago

11mariom commented 1 year ago

With the snippet below, each line containing a link is broken when there is a checkbox on that line.

Text [Google this](https://google.com/)

- List [Google list](https://google.com/)
- [ ] List checkbox [Google checkbox](https://google.com/)

[ ] Checkbox [Google checkbox](https://google.com/)

obraz

Chaosmeister commented 1 year ago

can confirm, we ran into this just yesterday