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:
John MacFarlane 2022-03-07 10:45:03 -08:00
parent 0124e8b095
commit abffe63274

View file

@ -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