Gitlab pages is trimming whitespace
Looks like gitlab is optimizing html pages, but slightly messing up doxygen output
It seems gitlab strips whitespaces to single spaces, even where css would make them visible
This is causing problems for me here. The issue is not the html, it simply shows how gitlab has edited the html
https://tse.gratis/aArray/#code
You can see all the code (below) is single-space indented, when the uploaded file is multiple space indented. Also doxygen is using spacing to align the line numbers (for instance from line 9 to line 10). These are also wrong aligned
Thanks
Edited by Tse