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
7 months ago
Alin
fix some <pre> edge cases
v1.0.1
7 months ago
Alin
update go version
7 months ago
Alin
add newline between all element siblings
11 months ago
Alan Pearce
add newline between non-inline element siblings
11 months ago
Alan Pearce
make indent string configurable (default 2 spaces)
11 months ago
Alan Pearce
rename module
11 months ago
Alan Pearce
fix handling of doctypes
11 months ago
Alan Pearce
remove unused function
11 months ago
Alan Pearce
ignore build output
11 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)
2 years 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