CMTV
CMTV

Reputation: 2851

Showdown automatic header anchor link

Showdown is markdown to HTML converter written in Javascript.

Is there a way to configure showdown (or write an extension) that automatically adds <a> link to current header anchor?

For example:

(new showdown.Converter()).makeHtml(' # Some header ')
<h1 id="someheader">Some header <a href="#someheader">link</a> </h1>

Upvotes: 4

Views: 420

Answers (0)

Related Questions