Closed sanette closed 3 years ago
I didn't notice that the zero-width joiner was mixing a white space and a number. It does seem unlikely that font renderers would known how to handle such combination. A combination of narrow non-breaking space would probably work better with most font renderer.
Merged PR #61 should fix the issue.
Since PR #61 has been merged, I close the issue.
This follows up from https://github.com/ocaml/ocaml/issues/10254 When Hevea is applied to the Ocaml manual, it produces section titles like this one:
The \u200d is "Zero Width Joiner", and AFAIU is supposed to be used to combine two letters (producing ligatures, for instance). Somewhat strangely here it has the effect that Firefox changes the font of the following char "2". So I was wondering, maybe this is an incorrect use of this "ZWJ".