fbrctr / fabricator

A tool for building website UI toolkits and style guides
http://fbrctr.github.io/
MIT License
1.11k stars 124 forks source link

Prettify HTML #279

Closed hubertinio closed 7 years ago

hubertinio commented 7 years ago

Is there any way to prettify HTML output? Thanks in advance

Sensiblemnd commented 7 years ago

Could you be more specific with what you mean by prettify?

hubertinio commented 7 years ago

Yes, I can. Something for format an ugly HTML code, making it readable and pretty, with the proper indentation, without line ending spaces, one space between HTML attributes and etc.

html-beautifier

Sensiblemnd commented 7 years ago

What code editor do you use?

hubertinio commented 7 years ago

Rather Netbeans, but Im backend developer. I want get prettify HTML from frontend department for all my team (many editors).

hubertinio commented 7 years ago

In pretty HTML is simpler compare code between what we have in backend and new changes.

LeBenLeBen commented 7 years ago

Fabricator already beautify the HTML output with js-beautify. I’m not sure I get your issue either.