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
But this is wrong. When I edit the file with word and replace the unicode character, showing as hard hyphen (Word does not seem to understand it), with a Word-y soft hyphen (Ctrl + -), the edited file testDoc.md.docx-edited.docx contains this:
(I do not know how much garbage that line contains, the important part is <w:softHyphen/> instead of the inline ­.)
The other way round, it's correct. When I convert the edited file back to Markdown (pandoc -s -o testDoc.md.docx-edited.docx.md testDoc.md.docx-edited.docx), it is equal to the document I started with, including the soft hyphen (#2415).
The text was updated successfully, but these errors were encountered:
Consider this example markdown file
testDoc.md
, consisting of one word:Add a soft hyphen after "Konfi" (in Windows, it's ALT+0173), I cannot add it here.
Converting it to html with
pandoc -s -o testDoc.md.docx testDoc.md
brings a Word file with the following relevant part:But this is wrong. When I edit the file with word and replace the unicode character, showing as hard hyphen (Word does not seem to understand it), with a Word-y soft hyphen (Ctrl + -), the edited file
testDoc.md.docx-edited.docx
contains this:(I do not know how much garbage that line contains, the important part is
<w:softHyphen/>
instead of the inline­
.)The other way round, it's correct. When I convert the edited file back to Markdown (
pandoc -s -o testDoc.md.docx-edited.docx.md testDoc.md.docx-edited.docx
), it is equal to the document I started with, including the soft hyphen (#2415).The text was updated successfully, but these errors were encountered: