Skip to content

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

@dbojan

Description

@dbojan

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions