mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +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,
|
||||
disable_indented_code_blocks: true,
|
||||
prettify: true,
|
||||
strikethrough: true,
|
||||
tables: true,
|
||||
with_toc_data: true,
|
||||
no_intra_emphasis: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue