mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-11 21:02:34 +01:00
Add full-width punctuation characters to MD026/no-trailing-punctuation and MD036/no-emphasis-as-heading (fixes #192).
This commit is contained in:
parent
fa40084994
commit
1d8b9e7e62
8 changed files with 45 additions and 25 deletions
|
|
@ -39,4 +39,6 @@ detected as a heading because it's on multiple lines**
|
|||
|
||||
**This also shouldn't be detected as a heading as it ends in punctuation.**
|
||||
|
||||
**This shouldn't be detected as a heading as it ends in full-width punctuation。**
|
||||
|
||||
**[This as well since it is a link](https://example.com)**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue