Remove raw_tex
extension from list of commonmark...
extensions, and from the `commonmark_x` defaults. commonmark doesn't parse raw TeX, and it doesn't make sense to write it if we don't parse it.
This commit is contained in:
parent
0124e8b095
commit
abffe63274
1 changed files with 0 additions and 2 deletions
|
@ -377,7 +377,6 @@ getDefaultExtensions "commonmark_x" = extensionsFromList
|
|||
, Ext_emoji
|
||||
, Ext_pipe_tables
|
||||
, Ext_raw_html
|
||||
, Ext_raw_tex -- only supported in writer (for math)
|
||||
, Ext_smart
|
||||
, Ext_tex_math_dollars
|
||||
, Ext_superscript
|
||||
|
@ -513,7 +512,6 @@ getAllExtensions f = universalExtensions <> getAll f
|
|||
, Ext_task_lists
|
||||
, Ext_emoji
|
||||
, Ext_raw_html
|
||||
, Ext_raw_tex -- only supported in writer (for math)
|
||||
, Ext_implicit_figures
|
||||
, Ext_hard_line_breaks
|
||||
, Ext_smart
|
||||
|
|
Loading…
Reference in a new issue