tantalic / servemd

A simple HTTP server for markdown content

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ids to headlines to allow for anchor linking within a document

tantalic opened this issue · comments

Headlines should all include generated id attributes to allow for anchor linking to them. This should be possible by using the blackfriday.EXTENSION_AUTO_HEADER_IDS parsing extension.

Added on develop branch, will be included in the next release.