VSharapov / INDEXmd

An index.html to render your README.md
0 stars 1 forks source link

Links in lists after checkboxes misrender #6

Closed VSharapov closed 3 years ago

VSharapov commented 3 years ago

Try something like:

- [named link 1][1]    
- [x] [named link 2][2]

First line is rendered fine, one with the "checkbox" has a weird looking citation format, which is a graceful failure, but still.

VSharapov commented 3 years ago

Looks like this is correct behavior, works the same on https://daringfireball.net/projects/markdown/dingus Since [text][targetID] links can have whitespace between the two sets of brackets, you can insert some text between them, or escape either of the "checkbox" brackets.