Skip to content
Snippets Groups Projects
Commit 672852c6 authored by Jake's avatar Jake :speech_balloon:
Browse files

added support for latex files

parent 428df41c
No related branches found
No related tags found
No related merge requests found
Pipeline #314813 passed
...@@ -15,76 +15,89 @@ ...@@ -15,76 +15,89 @@
"pandoc": { "pandoc": {
"mimetypes": { "mimetypes": {
"text/markdown": { "text/markdown": {
"base": "markdown" "base": "markdown",
"extensions": [
"+abbreviations",
"+all_symbols_escapable",
"+ascii_identifiers",
"+auto_identifiers",
"+autolink_bare_uris",
"+backtick_code_blocks",
"+bracketed_spans",
"+definition_lists",
"+emoji",
"+escaped_line_breaks",
"+example_lists",
"+fancy_lists",
"+fenced_code_attributes",
"+fenced_code_blocks",
"+fenced_divs",
"+footnotes",
"+gfm_auto_identifiers",
"+grid_tables",
"+hard_line_breaks",
"+header_attributes",
"+implicit_figures",
"+implicit_header_references",
"+inline_code_attributes",
"+inline_notes",
"+intraword_underscores",
"+latex_macros",
"+line_blocks",
"+link_attributes",
"+lists_without_preceding_blankline",
"+multiline_tables",
"+native_divs",
"+native_spans",
"+pipe_tables",
"+raw_attribute",
"+raw_html",
"+raw_tex",
"+shortcut_reference_links",
"+simple_tables",
"+smart",
"+space_in_atx_header",
"+startnum",
"+strikeout",
"+subscript",
"+superscript",
"+table_captions",
"+tex_math_dollars",
"+tex_math_single_backslash",
"+yaml_metadata_block",
"-angle_brackets_escapable",
"-blank_before_blockquote",
"-blank_before_header",
"-citations",
"-compact_definition_lists",
"-east_asian_line_breaks",
"-four_space_rule",
"-ignore_line_breaks",
"-literate_haskell",
"-markdown_attribute",
"-markdown_in_html_blocks",
"-mmd_header_identifiers",
"-mmd_link_attributes",
"-mmd_title_block",
"-old_dashes",
"-pandoc_title_block",
"-spaced_reference_links",
"-tex_math_double_backslash"
]
},
"application/x-tex": {
"base": "latex"
} }
}, },
"extensions": [ "extensions": [
"+abbreviations",
"+all_symbols_escapable",
"+ascii_identifiers", "+ascii_identifiers",
"+auto_identifiers", "+auto_identifiers",
"+autolink_bare_uris",
"+backtick_code_blocks",
"+bracketed_spans",
"+definition_lists",
"+emoji",
"+escaped_line_breaks",
"+example_lists",
"+fancy_lists",
"+fenced_code_attributes",
"+fenced_code_blocks",
"+fenced_divs",
"+footnotes",
"+gfm_auto_identifiers", "+gfm_auto_identifiers",
"+grid_tables",
"+hard_line_breaks",
"+header_attributes",
"+implicit_figures",
"+implicit_header_references",
"+inline_code_attributes",
"+inline_notes",
"+intraword_underscores",
"+latex_macros", "+latex_macros",
"+line_blocks",
"+link_attributes",
"+lists_without_preceding_blankline",
"+multiline_tables",
"+native_divs",
"+native_spans",
"+pipe_tables",
"+raw_attribute",
"+raw_html",
"+raw_tex", "+raw_tex",
"+shortcut_reference_links",
"+simple_tables",
"+smart", "+smart",
"+space_in_atx_header",
"+startnum",
"+strikeout",
"+subscript",
"+superscript",
"+table_captions",
"+tex_math_dollars",
"+tex_math_single_backslash",
"+yaml_metadata_block",
"-angle_brackets_escapable",
"-blank_before_blockquote",
"-blank_before_header",
"-citations",
"-compact_definition_lists",
"-east_asian_line_breaks", "-east_asian_line_breaks",
"-four_space_rule", "-literate_haskell"
"-ignore_line_breaks",
"-literate_haskell",
"-markdown_attribute",
"-markdown_in_html_blocks",
"-mmd_header_identifiers",
"-mmd_link_attributes",
"-mmd_title_block",
"-old_dashes",
"-pandoc_title_block",
"-spaced_reference_links",
"-tex_math_double_backslash"
] ]
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment