akalongman / akalongman/sublimetext-codeformatter
HTML Formatting Errors
- Lingua principale
- Python
- Stelle
- 772
- Fork
- 128
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Hi, I just tried this package and I have found 2 errors formatting HTML:
1. If you have escaped code, it will replace it for un-escaped code. For instance, you have the following code: `
>= 1.03 Males
>= 1.29 Females
> 1.0 Males and Females
`
It will replaced by: `
>= 1.03 Males
>= 1.29 Females
> 1.0 Males and Females
`
2. It generates img closing tags. img tag sintax does not require closing tag.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.