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:
parent
e86d5529be
commit
c478873b71
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user