You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
edit: removed a line from second example. Apparently it gets confused with textile span tag: The <span> tag is created by percent % signs between whitespaces. It is used to group inline-elements in a document.
Explain the problem.
When converting from textile markup to other formats, 'percentage period percentage' is not converted correctly
text file named test.textile, containing text:
gets converted to html:
second line is missing % signs
correct conversion would be:
if percentage period percentage (15%. 70%) is in the document it does not convert correctly, like it does on the https://textile-lang.com/
command line: pandoc.exe test.textile -s -o test.html
Pandoc version?
windows, pandoc.exe 3.2
The text was updated successfully, but these errors were encountered: