Skip to content

xml reader: parse MetaString elements#11137

Merged
jgm merged 1 commit intojgm:mainfrom
massifrg:xml_metastring
Sep 13, 2025
Merged

xml reader: parse MetaString elements#11137
jgm merged 1 commit intojgm:mainfrom
massifrg:xml_metastring

Conversation

@massifrg
Copy link
Contributor

The XML reader does not parse <MetaString> elements.
This patch fixes it.

<MetaString> contents parsing was missing
@massifrg
Copy link
Contributor Author

massifrg commented Sep 13, 2025

It went unnoticed likely because Pandoc uses MetaInlines when parsing metadata strings (e.g. the markdown reader).

My pundok-editor has its own JSON writer and saves pure strings metadata as MetaString; that's how I realized I forgot to implement <MetaString> parsing.

This fix can quietly wait the next release.

@jgm jgm merged commit 4be17f7 into jgm:main Sep 13, 2025
11 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants