fix broken indentation and formatting in various pages

This commit is contained in:
liquidex 2024-11-24 20:17:05 +01:00
parent e1dd1074f8
commit b2a25e65e9
3 changed files with 23 additions and 23 deletions

View file

@ -113,10 +113,10 @@ you already have it on your computer.
- arguably there's [swc](https://swc.rs/) but that still requires parsing and reemitting the JS
% id = "01J2931RRHPYQ9SFZP42WRKR2D"
- a) this may not be a lossless process, and I would like to preserve all comments and spacing choices
- a\) this may not be a lossless process, and I would like to preserve all comments and spacing choices
% id = "01J2931RRHHD3RYZN97CVXR65G"
+ b) parsing is slow.
+ b\) parsing is slow.
one thing I tried was to automatically make all links in the generated HTML have something akin to a `?cache=` query that would make the server inject a "cache forever" policy, but it extended build times pretty much twofold.
% id = "01J2931RRH043ZBHW4H58SP5D4"