diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2022-08-26 20:00:15 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2022-08-26 20:01:01 -0700 |
| commit | e3978247ccda4c07244e3940f7786e029bce7fae (patch) | |
| tree | 46d6f789e72acc9fff5df444fb0f784385c116cb /cabal.project | |
| parent | 6a7ab9bb4e3e67e96e1bc02b287200f063c2eaee (diff) | |
HTML writer: avoid aria-hidden in code blocks for HTML4.
Closes #8241.
This requires depending on a new (still unreleased)
version of skylighting-format-blaze-html.
Diffstat (limited to 'cabal.project')
| -rw-r--r-- | cabal.project | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project index 12859550a..8d9bb4062 100644 --- a/cabal.project +++ b/cabal.project @@ -8,3 +8,10 @@ source-repository-package location: https://github.com/jgm/commonmark-hs tag: 4f4fbe277044de0724dd0828a45311ab1413e30b subdir: commonmark-extensions + +source-repository-package + type: git + location: https://github.com/jgm/skylighting + tag: 6079d8b0fb6e45c6a03b05501900be1c151701e6 + subdir: skylighting-format-blaze-html + |
