Steemit Bug Report (Feature Request?): Headers anchors

in steemit-bug •  7 years ago 

It would be awesome if it was possible to refer to headers in post's content. I have tried a couple ways but all failed.
What would it take to have a header accompanied by <a name="header-text"></a> and [link](#a-header) to render as <a href="#a-header">link</a>?

Currently it shows as <a href="https://./#a-header">link</a> and there are no named anchors by headers. The first one can be worked around, the latter not so much.

link
.
.
.
.
.
.
.
.

A Header

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Bugs should be reported on github: https://github.com/steemit/condenser

Thanks! I found something similar retorted here and haven't thought about github. I will add it there and if it goes well, maybe I'll get to fix it with some guidance.

Well, unsurprisingly, I am not the first one to report this: https://github.com/steemit/condenser/issues/205

Good!