diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-04-26 21:07:17 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-07-19 22:51:59 -0700 |
commit | 3a22fbd11bba805140b1963a583a11b4fa1169a2 (patch) | |
tree | f9dc3446397e2df8cc9dd13771aaa889149cbd69 /data/templates/default.jats_archiving | |
parent | 8d523d80d4120413f6b62bf833d6da8f2a69b925 (diff) | |
download | pandoc-3a22fbd11bba805140b1963a583a11b4fa1169a2.tar.gz |
Trim down githubMarkdownExtensions.
Previously it included all of the following, which make
sense for the legacy markdown_github but not for gfm,
since they are part of base commonmark and thus
can't be turned off in gfm:
- `Ext_all_symbols_escapable`
- `Ext_backtick_code_blocks`
- `Ext_fenced_code_blocks`
- `Ext_space_in_atx_header`
- `Ext_intraword_underscores`
- `Ext_lists_without_preceding_blankline`
- `Ext_shortcut_reference_links`
`
These have been removed from `githubMarkdownExtensions`, though
they're still turned on for legacy `markdown_github`.
Diffstat (limited to 'data/templates/default.jats_archiving')
0 files changed, 0 insertions, 0 deletions