John MacFarlane
John MacFarlane
> Does the markdown writer not depend on the latex writer at all for maths? No, it doesn't. Math in pandoc is actually stored in the AST in tex format....
Have you checked the changelog to see what relevant changes were made between 3.1.12 and 3.5? https://pandoc.org/releases
What `lang` are you using? Does specifying `lang: en` make the problem go away?
Can you post files necessary to reproduce the issue? Your reference.docx and a sample markdown input, plus the command line you used?
Note that in the 3.2 revisions, we added a "Title Char" style (standard for Word). It may be that you need to adjust this style in your reference doc.
There is also "Subtitle Char". These are character styles.
OK, this is very strange. Your reference doc has a Title style, but it doesn't get applied. I will have to look into this.
But when I try the same thing you did -- same method of creating a reference.docx -- it works fine.
OK, the issue is this. Your reference.docx has w:styleId="para6", and this style has ``. The styleId needs to be Title. When you create your reference.docx, go to the Styles menu,...
If I recall, we use styleId and not the display name, because that is the thing that is constant across differently localized versions of Word.