aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-04-26 21:07:17 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-07-19 22:51:59 -0700
commit3a22fbd11bba805140b1963a583a11b4fa1169a2 (patch)
treef9dc3446397e2df8cc9dd13771aaa889149cbd69 /stack.yaml
parent8d523d80d4120413f6b62bf833d6da8f2a69b925 (diff)
downloadpandoc-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 'stack.yaml')
-rw-r--r--stack.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml
index 3376675b2..d9506b877 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -28,7 +28,7 @@ extra-deps:
- HsYAML-aeson-0.2.0.0
- doctemplates-0.8.2
- git: https://github.com/jgm/commonmark-hs
- commit: 4a632d079e82f679a4aad598f7c9701df81c370f
+ commit: a0ecfba10405ab9cfc285f531f4d98e5453234c1
subdirs:
- commonmark
- commonmark-extensions