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
I had submitted a question on the message board about this and John MacFarlane said I should open this as an issue, so here it is!
pandoc 2.1.3 Compiled with pandoc-types 1.17.4.2, texmath 0.10.1.1, skylighting 0.7.0.2
Based on this pull request, it seems like Pandoc supports underlines.
When I tried to export <span class="underline">This is a test</span> to docx format, it exported, but the text was not underlined.
<span class="underline">This is a test</span>
I am just using the most basic command: ./pandoc -s input.html -o output.docx
./pandoc -s input.html -o output.docx
The text was updated successfully, but these errors were encountered:
Underline hasn't yet been supported in the docx writer. This would probably not be hard to add.
Sorry, something went wrong.
40603dd
No branches or pull requests
I had submitted a question on the message board about this and John MacFarlane said I should open this as an issue, so here it is!
Version
pandoc 2.1.3
Compiled with pandoc-types 1.17.4.2, texmath 0.10.1.1, skylighting 0.7.0.2
Bug Report
Based on this pull request, it seems like Pandoc supports underlines.
When I tried to export
<span class="underline">This is a test</span>
to docx format, it exported, but the text was not underlined.I am just using the most basic command:
./pandoc -s input.html -o output.docx
The text was updated successfully, but these errors were encountered: