bdkjones / CodeKit

CodeKit 3 Issue Tracker
https://codekitapp.com
82 stars 5 forks source link

Pug Output Style #695

Closed LukeTongue closed 2 years ago

LukeTongue commented 2 years ago

I am using Pug & the Output Style 'Indented' is now deprecated. I really want the compiled HTML to be indented, is there any other way of doing this?

bdkjones commented 2 years ago

There are several HTML "beautifier" packages on npm. You could install one of those and then use a Hook to run it on compiled HTML output after Pug finishes.