**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: `from 30.100. text, inside after dash` 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.