clean true judge

del annotation

reback change

reback change

fix ci
This commit is contained in:
c00522440 2021-04-27 20:11:36 +08:00
parent 5ae856c36f
commit 082aa9328f

View File

@ -122,7 +122,7 @@ func shouldStartNewLine(lastWord, str string) bool {
return true
}
// preserve lines that look like they're starting lists
if bullet.MatchString(str) == true {
if bullet.MatchString(str) {
return true
}
// otherwise combine