John MacFarlane
d0e77eb576
stack.yaml - bump versions for tls, toml-parser
2024-06-24 12:44:09 -07:00
John MacFarlane
8f91958f47
Use typst 0.5.0.4.
2024-06-24 11:47:02 -07:00
John MacFarlane
8bdea3f331
Use djot 0.1.2.1.
2024-06-24 11:47:02 -07:00
John MacFarlane
c5efa6b600
Use citeproc 0.8.1.1.
2024-06-24 11:47:02 -07:00
John MacFarlane
45568ad069
Add skylighting to stack.yaml.
2024-06-24 10:02:00 -07:00
John MacFarlane
532bbc875b
Use latest commonmark-extensions.
...
This fixes `auto_identifiers` and `ascii_auto_identifiers`
extensions so that they substitute aliases for emojis,
as documented.
See #9876 .
2024-06-17 19:57:33 -07:00
John MacFarlane
80ad2f09d3
Use latest emojis release.
2024-06-17 18:52:18 -07:00
John MacFarlane
97b3056f4e
Make gfm_auto_identifiers work as advertised.
...
It is supposed to replace emojis with their aliases,
but previously this only worked when the emojis were
in a specially marked span.
Note that this change doesn't affect `commonmark` (or `gfm`)
because the relevant code is in commonmark-hs. This will also
need updating.
See #9876 .
2024-06-17 13:41:31 -07:00
Albert Krewinkel
b91d3beaff
stack.yaml: bump resolver to lts-22.24.
...
This shortens the list of extra-deps.
2024-06-09 16:30:33 +02:00
John MacFarlane
d43a92ebdc
Use latest dev citeproc.
2024-06-03 11:02:16 -07:00
John MacFarlane
f98f3b141d
Use latest dev version of citeproc.
2024-05-31 13:03:55 -06:00
John MacFarlane
a057d409c4
Update stack.yaml to use dev dependencies for typst, djot.
2024-05-31 10:49:42 -06:00
John MacFarlane
1cdda054de
Bump tls and zip-archive in stack.yaml, update README.md.
2024-05-11 12:31:00 -07:00
John MacFarlane
7349bed982
Use new releases texmath, skylighting, djot
2024-05-10 23:50:28 -07:00
Albert Krewinkel
ddc66cad0b
Lua: update to pandoc-lua-marshal version 0.2.7.
...
This fixes counterintuitive behavior of the `content` property on
BulletList and OrderedList items. Unmarshalling of that field now
matches the behavior of the constructor.
Fixes : #8916
2024-05-06 17:06:43 +02:00
Albert Krewinkel
0f29d8195e
Lua: use hslua-module-zip-1.1.3 to fix the windows build
2024-05-05 21:16:31 +02:00
Albert Krewinkel
018922d10f
Lua: use newest zip module.
...
This adds a `symlink` function to Entry objects, allowing to check if an
entry represents a symbolic link.
2024-05-05 17:54:33 +02:00
John MacFarlane
ad6b9dd974
Use dev version of djot.
2024-04-14 09:48:30 -07:00
John MacFarlane
4b5409acf2
Use dev version of texmath.
2024-04-10 12:28:57 -07:00
John MacFarlane
af338be45b
Bump tls version in stack.yaml
2024-04-06 23:26:06 -07:00
John MacFarlane
5b13a47e33
Use released texmath, typst libraries.
2024-04-06 23:06:52 -07:00
John MacFarlane
6ee03849aa
Use current dev version of texmath.
2024-03-30 19:32:07 -07:00
Albert Krewinkel
2792d218b1
Require pandoc-lua-marshal 0.2.6
...
Fixes an issue arising when the value of `content` properties
on *BlockQuote*, *Figure*, and *Div* elements was an empty list.
Fixes : #9613
2024-03-29 19:03:05 +01:00
John MacFarlane
4c55471851
Fix typo in stack.yaml.
2024-03-21 11:49:21 -07:00
John MacFarlane
1ce61fbd7f
stack.yaml - use typst-symbols 0.1.6.
2024-03-21 11:00:05 -07:00
John MacFarlane
59ebf84137
Use dev texmath and typst-hs.
2024-03-21 09:59:23 -07:00
John MacFarlane
98d65232b9
Use djot 0.1.1.3
2024-03-17 18:19:40 -07:00
John MacFarlane
b617992cc9
stack.yaml: add toml-parser.
2024-03-14 22:03:13 -07:00
John MacFarlane
9208e24cb3
Depend on released skylighting, typst, texmath
2024-03-14 13:49:51 -07:00
John MacFarlane
b2b04a2f1c
Use djot 0.1.1.2, update tests.
...
djot 0.1.1.1 was horribly buggy and dropped content after lists.
2024-03-14 10:11:04 -07:00
John MacFarlane
32280fd919
Use latest commonmark, commonmark-extensions.
...
This fixes a 3.12 regression in parsing of commonmark/gfm autolinks
(jgm/commonmark-hs#151 ).
2024-03-11 11:11:22 -07:00
John MacFarlane
eca9ad1009
Use dev version of doclayout.
2024-03-09 08:52:52 -08:00
John MacFarlane
b15e938304
Use latest zip-archive release.
2024-03-09 08:50:09 -08:00
John MacFarlane
3d0e2efa88
Depend on dev version of texmath.
2024-03-06 15:08:25 -08:00
John MacFarlane
0ad5684996
Depend on djt 0.1.1.1
2024-03-04 22:38:22 -08:00
John MacFarlane
79567bf7f4
Depend on released djot 0.1.1.0
2024-02-29 20:24:46 -08:00
John MacFarlane
e925467328
Use commonmark-extensions 0.2.5.3
2024-02-27 22:06:58 -08:00
John MacFarlane
8c9e1dbe0c
Use released skylighting-format-blaze-html
2024-02-27 21:09:23 -08:00
John MacFarlane
7504bf459c
Use latest skylighting-format-blaze-html.
...
Closes #9520 , fixing auto-wrapping of long source lines
in HTML print media.
2024-02-27 19:56:31 -08:00
John MacFarlane
37668ba378
Fix stack.yaml.
2024-02-20 11:43:44 -08:00
John MacFarlane
69b22d88a4
stack.yaml: specify tls version.
2024-02-20 11:04:08 -08:00
John MacFarlane
7a65ef25a0
Rely on dev version of djoths.
2024-02-20 08:23:43 -08:00
John MacFarlane
307fc065aa
Depend on released version of djot.
2024-02-14 23:31:01 -08:00
John MacFarlane
f2e3e9891a
Bump pandoc-server to 0.1.0.5 and allow containsers 0.7
2024-02-14 22:59:09 -08:00
John MacFarlane
5e970d7e0c
Move to lts-22 stack resolver.
2024-02-14 22:49:38 -08:00
John MacFarlane
b98877270d
Depend on released versions of commonmark-hs packages.
2024-02-14 20:45:50 -08:00
John MacFarlane
e43ab9ec7b
Depend on released typst 0.5.0.1.
2024-02-14 10:08:14 -08:00
John MacFarlane
8c42926cb2
Add djot reader and writer.
...
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
2024-02-13 23:10:42 -08:00
John MacFarlane
5fb0244fa3
Fix stack.yaml.
2024-02-06 20:41:52 -08:00
John MacFarlane
4916cfdd4d
Use latest commonmark-extensions.
2024-02-06 19:49:47 -08:00