all repos
— htmlformat
@ main
Go package and CLI tool used to format HTML
summary
refs
tree
log
fix unescaping of html entities in <code> tags
main
v1.0.2
3 months ago
Alin
fix some <pre> edge cases
v1.0.1
3 months ago
Alin
update go version
3 months ago
Alin
add newline between all element siblings
7 months ago
Alan Pearce
add newline between non-inline element siblings
7 months ago
Alan Pearce
make indent string configurable (default 2 spaces)
7 months ago
Alan Pearce
rename module
7 months ago
Alan Pearce
fix handling of doctypes
7 months ago
Alan Pearce
remove unused function
7 months ago
Alan Pearce
ignore build output
7 months ago
Alan Pearce
fix spacing between text node and inline element
1 year ago
Alan Pearce
fix indentation of script/style tags
1 year ago
Alan Pearce
collapse whitespace like in HTML spec
1 year ago
Alan Pearce
fork
1 year ago
Alan Pearce
fix: don't add spacing after text ending with punctuation
1 year ago
Alan Pearce
feat: skip formatting scripts (#3)
1 year ago
Adrian Hesketh
indent content of script and style tags
indent-script-style-content
2 years ago
Alan Pearce
remove newlines in elements with only text content
2 years ago
Alan Pearce
fix: escape attribute values
2 years ago
Adrian Hesketh
chore: bump deps
2 years ago
Adrian Hesketh
chore: bump the net package
2 years ago
Adrian Hesketh
refactor: remove loop in favour of strings.Repeat
3 years ago
Adrian Hesketh
feat: first commit
3 years ago
Adrian Hesketh