diff options
| author | John MacFarlane <[email protected]> | 2024-01-13 10:17:15 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-02-13 23:10:42 -0800 |
| commit | 8c42926cb2161efac51e259a25d2047d31de3538 (patch) | |
| tree | e60c0eccc5a81aacb191702b5de24dc5108ea4e7 /cabal.project | |
| parent | ea2466724b80da6f2163d0a29def3090ca3a5618 (diff) | |
Add djot reader and writer.djot
Djot is a light markup syntax (https://djot.net).
This patch adds djot as input and output formats.
API changes:
Add Text.Pandoc.Readers.Djot
Add Text.Pandoc.Writers.Djot
Diffstat (limited to 'cabal.project')
| -rw-r--r-- | cabal.project | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cabal.project b/cabal.project index 90a6747de..29cbd7cc6 100644 --- a/cabal.project +++ b/cabal.project @@ -23,3 +23,8 @@ source-repository-package type: git location: https://github.com/jgm/typst-hs tag: abfe46fd48ae3610c6522c3dbb1d84a2b2fafb74 + +source-repository-package + type: git + location: https://github.com/jgm/djoths + tag: 3d53e40442d22726430b6a89bfb7fba92cd99a91 |
