Closed
Description
Explain the problem.
It is related to #7976. When typing latex, I'm used to use babel this way: \usepackage[french]{babel}
. With this, the typography rules (most notably thin nonbreaking space before ":;!?") are respected. The default template set \usepackage[bidi=default]{babel}
and then \babelprovide[main,import]{french}
, which for an unknown reason results in no space before ":;!?". Replacing \usepackage[bidi=default]{babel}
by \usepackage[french,bidi=default]{babel}
in the default template fixes the issue...
Pandoc version?
pandoc 2.17.1.1, debian sid