Generate ToC links in Markdown output

ex-png
Marcin Kulik 7 years ago
parent eaf91db1ff
commit 09264313d7
No known key found for this signature in database
GPG Key ID: 9AA270F0A59B4381

@ -1,11 +1,11 @@
MKD_SAFE_RENDERER = Redcarpet::Markdown.new(
Redcarpet::Render::HTML.new(:filter_html => true, :hard_wrap => true),
Redcarpet::Render::HTML.new(:filter_html => true, :hard_wrap => true, :with_toc_data => true),
:no_intra_emphasis => true,
:autolink => true
)
MKD_RENDERER = Redcarpet::Markdown.new(
Redcarpet::Render::HTML.new,
Redcarpet::Render::HTML.new(:with_toc_data => true),
:no_intra_emphasis => true,
:autolink => true
)

Loading…
Cancel
Save