rolandshoemaker / CommonMark-py

Depreciated in favor of rtfd/CommonMark-py
Other
125 stars 12 forks source link

No need to escape # in links #3

Closed homm closed 10 years ago

homm commented 10 years ago

Great port!

There is an error with link.

[link](#anchor)
[link](/page/#anchor)

becomes

<a href="%23file-api">link</a>
<a href="/page/%23file-api"> link</a>

I think it should be possible to use anchors. By the way, there is a Github markdown test: test