thetillhoff / temingo

Minimal golang templater for websites.
MIT License
1 stars 0 forks source link

add HTML parser #10

Open thetillhoff opened 3 years ago

thetillhoff commented 3 years ago

depends on #9.

when the templating doesn't check the HTML code any more, it might make sense to add an option to check the resulting HTML for errors by trying to parse it.

might be worth another binary though, since not only HTML could be tested in the future. (stylelint(-container): has a npx cli and would also support css)

thetillhoff commented 3 years ago