Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prevent duplication of callout heading text with markup #557

Merged
merged 3 commits into from
Dec 14, 2023
Merged

Conversation

zkamvar
Copy link
Contributor

@zkamvar zkamvar commented Dec 14, 2023

This will fix #556 by preventing the callout heading content from being duplicated. This issue was occurring because I had an incomplete mental model of how text nodes should be manipulated.

According to the xml2's Node Manipulation vignette text manipulation should be done by explicitly selecting /text().

This bumps the version to 0.16.1 to be released immediately

@zkamvar zkamvar merged commit 9ef1e34 into main Dec 14, 2023
12 checks passed
@zkamvar zkamvar deleted the fix-556 branch December 14, 2023 16:49
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.

[bug] [0.16.0] callout block titles with markup have duplicated text
1 participant