markdownlint/test/heading_trailing_punctuation_customized.md

23 lines
348 B
Markdown
Raw Permalink Normal View History

2015-03-11 18:40:46 -07:00
# Heading 1 {MD026}.
## Heading 2 {MD026},
## Heading 3!
2015-03-11 18:40:46 -07:00
## Heading 4 {MD026}:
## Heading 5 {MD026};
## Heading 6 {MD026}?
2015-03-11 18:40:46 -07:00
## Heading 7 {MD026}]
The rule has been customized to allow exclamation point while disallowing
2015-03-11 18:40:46 -07:00
everything else.
<!-- markdownlint-configure-file {
"no-trailing-punctuation": {
"punctuation": ".,;:?]"
}
} -->