autocorrect icon indicating copy to clipboard operation
autocorrect copied to clipboard

Automatically add whitespace between Chinese and half-width characters (alphabetical letters, numerical digits and symbols).

Results 1 autocorrect issues
Sort by recently updated
recently updated
newest added

```markdown # H1 1. **DEMO** : AA 2. **范例** : BB ``` 格式化后会变成 ```markdown # H1 1. **DEMO** : AA 2. ** 范例 ** : BB ```

bug