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
Have an interesting issue regarding spaces in links. When converting from HTML to doc. if you have a trailing space inside of the link, it strips it but does not add it outside of the link. For example:
This is a test sentence with a link <a href="https://www.google.ca">inside </a>of it
The sentence will convert to this: This is a test sentence with a link insideof it.
The sentence should be: This is a test sentence with a link inside of it.
Ran the standard pandoc config, pandoc -s input.html -o output.docx
This is happening on the latest version of Pandoc on Ubuntu 12.04
The document converts fine and works except for the above issue.
The text was updated successfully, but these errors were encountered:
Have an interesting issue regarding spaces in links. When converting from HTML to doc. if you have a trailing space inside of the link, it strips it but does not add it outside of the link. For example:
This is a test sentence with a link <a href="https://www.google.ca">inside </a>of it
The sentence will convert to this: This is a test sentence with a link insideof it.
The sentence should be: This is a test sentence with a link inside of it.
Ran the standard pandoc config, pandoc -s input.html -o output.docx
This is happening on the latest version of Pandoc on Ubuntu 12.04
The document converts fine and works except for the above issue.
The text was updated successfully, but these errors were encountered: