Files
pandoc/test/command
John MacFarlaneandClaude cd949780c6 LaTeX reader: don't discard state changes made in optional arguments.
The `opt` parsers in LaTeX.hs and Citation.hs parsed the bracketed
tokens in a separate runParserT call, discarding any state changes
(macro definitions, labels, notes) made while parsing them.  Since
an optional argument is not a TeX group, such changes should persist.
Use parseFromToks, which runs the sub-parse in the same parser run.
This also removes a per-optional-argument state copy.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-09-08 16:10:11 -07:00
..
2026-08-26 09:46:48 -07:00
2026-08-26 09:46:48 -07:00
2026-08-26 09:46:48 -07:00
2026-08-26 09:46:48 -07:00
2026-01-31 10:54:59 +01:00
2026-01-31 10:54:59 +01:00
2026-01-31 10:54:59 +01:00
2026-08-26 09:51:03 -07:00
2026-08-26 09:51:03 -07:00
2026-08-28 09:30:20 -07:00
2026-02-13 11:01:37 +01:00
2026-04-18 13:05:35 +02:00
2026-06-09 08:42:09 +02:00
2026-07-07 20:58:33 +02:00
2026-08-17 09:27:38 -07:00