verbiricha/habla.news

habla doesn't render named anchors correctly

Opened this issue · 0 comments

Named anchors in markup are not being rendered correctly. It looks like habla is ignoring the name attribute.

# <a name="First">First </a>
one and also [jump](#Third) 
...
# Third <a name="Third"> </a>
three and also [jump](#First)