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

Textile rendering, text converted to html with del tag #10414

Open
dbojan opened this issue Nov 25, 2024 · 1 comment
Open

Textile rendering, text converted to html with del tag #10414

dbojan opened this issue Nov 25, 2024 · 1 comment
Labels

Comments

@dbojan
Copy link

dbojan commented Nov 25, 2024

Explain the problem.
When converting from textile to html, pandoc adds del html tag

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.

@dbojan dbojan added the bug label Nov 25, 2024
@dbojan
Copy link
Author

dbojan commented Nov 25, 2024

textile Insertions and deletions:
To strikeout a passage, surround it with dashes (-). An insertion is marked with pluses (+).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant