1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2026-02-21 11:02:03 +00:00

Better markdown options for everyone

This commit is contained in:
Holger Just 2015-12-07 21:06:33 +01:00
parent e86d5529be
commit c478873b71

View File

@ -49,7 +49,7 @@ set :haml, {
escape_attrs: :once
}
set :markdown_engine, :redcarpet
set :markdown_options, fenced_code_blocks: true, smartypants: true, footnotes: true, tables: true
set :markdown_options, fenced_code_blocks: true, smartypants: true, footnotes: true, tables: true, with_toc_data: true, no_intra_emphasis: true
set :markdown, markdown_options
activate :syntax, line_numbers: true