-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
when converting from textile to other formats, percentage period percentage is not converted correctly #9878
Labels
Comments
Thanks for the report. Fix is on the way. |
Hello. This still does not convert properly to html in pandoc 3.5 textile source:
html output:
also some other examples: textile source:
html output:
edit: removed a line from second example. Apparently it gets confused with textile span tag: |
jgm
added a commit
that referenced
this issue
Dec 18, 2024
The span needs to be separated from its surroundings by spaces. Also, a span can have attributes, which we now attach. Closes #9878.
jgm
added a commit
that referenced
this issue
Dec 18, 2024
The span needs to be separated from its surroundings by spaces. Also, a span can have attributes, which we now attach. Closes #9878.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: