Update docdown options.

This commit is contained in:
John-David Dalton
2016-07-31 22:16:11 -07:00
parent bccb4150fd
commit cf0b3e3212
2 changed files with 15 additions and 11 deletions

View File

@@ -23,9 +23,6 @@ function build(type) {
// Remove docdown horizontal rules.
$('hr').remove();
// Remove table of contents (toc) links.
$('a[href="#docs"]').remove();
// Remove marky-markdown additions.
$('[id^="user-content-"]')
.attr('class', null)