akalongman / akalongman/sublimetext-codeformatter

HTML Formatting Errors

オープン
#215 コメント 0 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。