New feature
- Add to support correct full-width punctuations into half-width in english contents, rule:
halfwidth-punctuation. - Split new rule
space-bracketfor config whether to add spaces around[],().
Other changes
- Improve Markdown parser details.
- Rule
halfwidthhas removed, usehalfwidth-word,halfwidth-punctuationinstead.
新功能说明
- 新增
halfwidth-punctuation规则,现在可以检测在英文中的全角标点符号,转换为半角(新特性可以有效帮助我们就在英文文案里面的错误)。 - 新增
space-bracket(这个是之前就有的仅仅拆分出来),决定是否在[]、()左右增加空格,以便于可以按需开关。
