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
role
<bold>
Some of our Pandoc-generated JATS documents are failing the PubMed Central validator with:
And, based on my understanding of the JATS spec for <bold>, this validation error is accurate: <bold> cannot have a role attribute.
I'm using the latest version of Pandoc (2.3)
pandoc --from markdown --to jats
This include **some bold** text
<p>This include <bold role=\"strong\">some bold</bold> text</p>
<p>This include <bold>some bold</bold> text</p>
The text was updated successfully, but these errors were encountered:
5365779
Thanks for the report!
Sorry, something went wrong.
Thanks for the super quick fix!
I can confirm this bug is fixed in >= 2.3.1
No branches or pull requests
Problem
Some of our Pandoc-generated JATS documents are failing the PubMed Central validator with:
And, based on my understanding of the JATS spec for
<bold>
, this validation error is accurate:<bold>
cannot have arole
attribute.Pandoc version
I'm using the latest version of Pandoc (2.3)
Steps to recreate
pandoc --from markdown --to jats
to open the interactive modeThis include **some bold** text
<p>This include <bold role=\"strong\">some bold</bold> text</p>
Desired behavior
pandoc --from markdown --to jats
to open the interactive modeThis include **some bold** text
<p>This include <bold>some bold</bold> text</p>
The text was updated successfully, but these errors were encountered: