We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The callout blocks with markup in their titles have duplicated text:
For example, the title ### callout (`callout`) appears like this:
### callout (`callout`)
The source of the error is from
sandpaper/R/utils-xml.R
Lines 198 to 201 in 50bfd5a
What we need to do is to select /text() before we pass the elements to xml_text_translate()
/text()
xml_text_translate()
The text was updated successfully, but these errors were encountered:
add failing test for callout headings
9733f3a
This addresses #556
use /text() XPath to extract heading text for mod
bd0de30
This will fix #556
zkamvar
Successfully merging a pull request may close this issue.
The callout blocks with markup in their titles have duplicated text:
For example, the title
### callout (`callout`)
appears like this:The source of the error is from
sandpaper/R/utils-xml.R
Lines 198 to 201 in 50bfd5a
What we need to do is to select
/text()
before we pass the elements toxml_text_translate()
The text was updated successfully, but these errors were encountered: