Answer the question
In order to leave comments, you need to log in
Showdown automatically adds links to headers. How?
Hello! I am using the showdown
library to convert markdown to html.
I would very much like that when converting headings, a link to their anchor was automatically added to them.
To this code:
(new showdown.Converter()).makeHtml(' # Some header ');
<h1 id="someheader">Some header <a href="#someheader">link</a></h1>
<h1 id="someheader"><a href="#someheader">Some header link</a></h1>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question