Removed tex_math_single_backslash
from markdown_github
options.
Closes #2707.
This commit is contained in:
parent
52794d8d52
commit
bbc67dee36
2 changed files with 1 additions and 3 deletions
3
README
3
README
|
@ -3378,8 +3378,7 @@ variants are supported:
|
|||
`shortcut_reference_links`.
|
||||
|
||||
`markdown_github` (GitHub-Flavored Markdown)
|
||||
: `pipe_tables`, `raw_html`, `tex_math_single_backslash`,
|
||||
`fenced_code_blocks`, `auto_identifiers`,
|
||||
: `pipe_tables`, `raw_html`, `fenced_code_blocks`, `auto_identifiers`,
|
||||
`ascii_identifiers`, `backtick_code_blocks`, `autolink_bare_uris`,
|
||||
`intraword_underscores`, `strikeout`, `hard_line_breaks`, `emoji`,
|
||||
`shortcut_reference_links`.
|
||||
|
|
|
@ -202,7 +202,6 @@ githubMarkdownExtensions :: Set Extension
|
|||
githubMarkdownExtensions = Set.fromList
|
||||
[ Ext_pipe_tables
|
||||
, Ext_raw_html
|
||||
, Ext_tex_math_single_backslash
|
||||
, Ext_fenced_code_blocks
|
||||
, Ext_auto_identifiers
|
||||
, Ext_ascii_identifiers
|
||||
|
|
Loading…
Add table
Reference in a new issue