Mischback / mischback.de

My personal website
https://mischback.de
MIT License
1 stars 0 forks source link

Beautify HTML build artifacts #22

Closed Mischback closed 1 year ago

Mischback commented 1 year ago

Originally prettier was used to beautify HTML build artifacts. While implementing #7 in #20 this proved to raise several issues.

As an alternative to prettier tidy-html5 might be used. It has Python bindings provided by uTidyLib.

Implementation Idea

Caveats