mdbook/src/renderer/html_handlebars
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
..
helpers Address warnings found by rust-clippy. 2017-02-16 16:55:28 -05:00
hbs_renderer.rs Fix header links 2017-03-23 23:24:26 +05:30
mod.rs Checked the API, moved handlebars theme handling to the theme module to expose it to every renderer. Closes #28 2015-08-05 22:35:26 +02:00