mdbook/src/renderer
CrazyMerlyn ed1a216121 Fix header links
Header fragment links now use "id" attribute instead of the depreciated
"name" attribute.

Similar headers are given numbered ids to avoid id collisions.
For instance, if there are three headers named "Example", their ids
would be "#example", "#example-1", and "#example-2" respectively.
2017-03-23 23:24:26 +05:30
..
html_handlebars Fix header links 2017-03-23 23:24:26 +05:30
mod.rs (Refactor) Move the Render trait into mod.rs instead of submodule 2016-04-27 14:19:59 +02:00