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:
parent
1275e2b91a
commit
e8b366509d
|
@ -35,3 +35,5 @@ A weekly newsletter about Rust and the Rust community, with bonus content
|
|||
scattered about.
|
||||
"""
|
||||
}
|
||||
|
||||
MD_EXTENSIONS = ['headerid']
|
||||
|
|
Loading…
Reference in New Issue