| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-11-03 | [html] Fix indentation when entering a newline while in the middle of a tag | Jan-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-21 | Add categories in rc/ | Alex Leferry 2 | |
| Closes #2783 | |||
| 2017-11-04 | Add an indent test for html closing tag | Maxime Coste | |
