akalongman / akalongman/sublimetext-codeformatter

HTML Formatting Errors

Open
#215 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
772
Forks
128
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.