Fortran-FOSS-Programmers / ford

Automatically generates FORtran Documentation from comments within the code.
https://forddocs.readthedocs.io
GNU General Public License v3.0
402 stars 131 forks source link

Replace multiple consecutive spaces with unicode non-breaking spaces #607

Closed ZedThree closed 7 months ago

ZedThree commented 7 months ago

Was previously using HTML named character reference   which would be rendered literally when escaped. Using the unicode directly bypasses the jinja escaping

Fixes #605

Although a little confusing, as I cannot find when unicode whitespace is getting replaced with plain spaces.