akalongman / akalongman/sublimetext-codeformatter

HTML Formatting Errors

未关闭
#215 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
772
派生
128
PR 合并指标
30 天内没有已合并 PR

描述

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.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。