FransBouma / DocNet

Your friendly static documentation generator, using markdown files to build the content.
http://fransbouma.github.io/DocNet/
248 stars 36 forks source link

Include permalink links in all headers #36

Closed FransBouma closed 8 years ago

FransBouma commented 8 years ago

Now only H1 and H2 headers are directly reachable through a permalink. We need to have all headers have permalinks so e.g. H4 and H5's are also directly reachable through a permalink. Do this by adding an anchor element with a fontawesome icon inside the header. This is a custom extension of the markdown deep parser. It uses the 'headerlink' css class.

FransBouma commented 8 years ago

Implemented