This was confusing and unnecessary and created a useless space in root-referenced pages with 2+ levels of headings.
So currentrelativeroot has been removed, all elements which had that css class now have currentrelative as css class.
Adds permalink anchor inside all header HTML tags. Themes are adjusted
to have a 'headerlink' css class to deal with this anchor: it's visible
only when hovered.
Implements #14
Added changes so HTML generated for some elements in the ExtraMode
extensions work with the CSS in themes.
Added dl/dt CSS statements
Bumped version to 0.9.0
Moved DocNet code to its own folder
Added MarkdownDeep parser code plus tests
Migrated DocNet code to use MarkdownDeep. Not complete yet (the h2
headers aren't collected yet).
- Theme has corrected margin on Header elements. It corrected an issue
in the markdown parser which wraps headers with P elements (See #11).
- Backported changes to MarkdownSharp from
https://github.com/PKRoma/MarkdownSharp/