mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-28 18:06:10 +01:00
Use "markdown" for syntax highlighting on GitHub ("md" not recognized).
This commit is contained in:
parent
08c8031736
commit
942cc9af08
4 changed files with 6 additions and 6 deletions
|
|
@ -136,7 +136,7 @@ comments don't appear in the final markup):
|
|||
|
||||
For example:
|
||||
|
||||
```md
|
||||
```markdown
|
||||
<!-- markdownlint-disable MD037 -->
|
||||
deliberate space * in * emphasis
|
||||
<!-- markdownlint-enable MD037 -->
|
||||
|
|
@ -145,7 +145,7 @@ deliberate space * in * emphasis
|
|||
Changes take effect starting with the line a comment is on, so the following
|
||||
has no effect:
|
||||
|
||||
```md
|
||||
```markdown
|
||||
space * in * emphasis <!-- markdownlint-disable --> <!-- markdownlint-enable -->
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue