diff options
| author | John MacFarlane <[email protected]> | 2024-09-13 09:32:36 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-09-13 09:35:33 -0700 |
| commit | fdbfb7a80795d22df26d19563658a86cf1c92191 (patch) | |
| tree | 45190fd41520dfe8334b8a989aca68d050c9bb85 /stack.yaml | |
| parent | 62b7b174725cadd24abdf681306986c83fad7d53 (diff) | |
T.P.Shared addPandocAttributes - modify for new commonmark-pandoc.
The new commonmark-pandoc version automatically adds the
attribute `wrapper="1"` on all Divs and Spans that
are introduced just as containers for attributes that belong
properly to their contents. So we don't need to add the
attribute here.
This gives much better results in some cases. Previously the
wrapper attribute was being added even for explicit Divs and
Spans in djot, but it is not needed in these cases.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stack.yaml b/stack.yaml index 2e33726d1..5b126f5be 100644 --- a/stack.yaml +++ b/stack.yaml @@ -23,8 +23,8 @@ extra-deps: # even though the resolver has this version, we need the Hackage revision: - hslua-module-doclayout-1.1.1.2 - git: https://github.com/jgm/commonmark-hs - subdirs: [commonmark] - commit: ff9fe5736d2b8eb65e148e9c4a2a95b3d96eefd6 + subdirs: [commonmark, commonmark-pandoc] + commit: 7130ce27089b47588f64946263defc05fd72ab29 - git: https://github.com/jgm/djoths commit: 8582cdc763716489f5d0f7f5cd250199adcccd17 |
