Creates ids for headers on articles

With the id attribute on the headers it would be able to link to a
specific section of the page when sharing with someone.
This commit is contained in:
Bruno Tavares 2015-07-27 12:40:20 -03:00
parent 1275e2b91a
commit e8b366509d
1 changed files with 2 additions and 0 deletions

View File

@ -35,3 +35,5 @@ A weekly newsletter about Rust and the Rust community, with bonus content
scattered about.
"""
}
MD_EXTENSIONS = ['headerid']