mirror of
https://github.com/danbulant/api_docs
synced 2026-06-19 14:21:31 +00:00
Allow strikethrough with two tildes in markdown, fixes #929
This commit is contained in:
parent
2245e95e48
commit
e70fdf11fc
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ set :markdown,
|
||||||
smartypants: true,
|
smartypants: true,
|
||||||
disable_indented_code_blocks: true,
|
disable_indented_code_blocks: true,
|
||||||
prettify: true,
|
prettify: true,
|
||||||
|
strikethrough: true,
|
||||||
tables: true,
|
tables: true,
|
||||||
with_toc_data: true,
|
with_toc_data: true,
|
||||||
no_intra_emphasis: true,
|
no_intra_emphasis: true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue