Use "markdown" for syntax highlighting on GitHub ("md" not recognized).

This commit is contained in:
David Anson 2018-03-03 22:22:02 -08:00
parent 08c8031736
commit 942cc9af08
4 changed files with 6 additions and 6 deletions

View file

@ -63,7 +63,7 @@ A rule is implemented as an `Object` with four required properties:
Linting the Markdown document:
```md
```markdown
# Title
Text *text* text.

View file

@ -1258,13 +1258,13 @@ people who may not be able to see it.
Alternate text is commonly specified inline as:
```md
```markdown
![Alternate text](image.jpg)
```
Or with reference syntax as:
```md
```markdown
![Alternate text][ref]
...