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
Explain the problem. When converting from textile to html, pandoc adds del html tag
del
input: strike through.textile, content:
from 30.-100. text, inside - after dash
output html:
<p>from 30.<del>100. text, inside</del> after dash</p>
expected output would be without del tag.
command line: pandoc.exe "strike through.textile" -o "strike through.html"
Pandoc version? 3.5, windows 10
Thanks.
The text was updated successfully, but these errors were encountered:
textile Insertions and deletions: To strikeout a passage, surround it with dashes (-). An insertion is marked with pluses (+).
Sorry, something went wrong.
No branches or pull requests
Explain the problem.
When converting from textile to html, pandoc adds
del
html taginput:
strike through.textile, content:
from 30.-100. text, inside - after dash
output html:
<p>from 30.<del>100. text, inside</del> after dash</p>
expected output would be without
del
tag.command line:
pandoc.exe "strike through.textile" -o "strike through.html"
Pandoc version?
3.5, windows 10
Thanks.
The text was updated successfully, but these errors were encountered: