summaryrefslogtreecommitdiff
path: root/test/indent/html
AgeCommit message (Collapse)Author
2019-11-03[html] Fix indentation when entering a newline while in the middle of a tagJan-Jaap Korpershoek
Example: ``` <tag>|</tag> ``` Then press enter Old behaviour: ``` <tag> </tag> ``` New behaviour: ``` <tag> </tag> ``` I also added a test for it
2019-03-21Add categories in rc/Alex Leferry 2
Closes #2783
2017-11-04Add an indent test for html closing tagMaxime Coste