Skip to content

Commit

Permalink
Fix syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm authored Jun 16, 2019
1 parent 87132d7 commit c8d3086
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ When without identifiers, all messages are turned off.

For example, to turn off certain messages:

```md
```markdown
<!--lint disable list-item-bullet-indent strong-marker-->

* **foo**
Expand All @@ -132,7 +132,7 @@ When without identifiers, all messages are turned on.

For example, to enable certain messages:

```md
```markdown
<!--lint enable strong-marker-->

**foo** and __bar__.
Expand All @@ -148,7 +148,7 @@ After the end of the following node, messages are turned on again.

For example, to turn off certain messages for the next node:

```md
```markdown
<!--lint ignore list-item-bullet-indent strong-marker-->

* **foo**
Expand Down

0 comments on commit c8d3086

Please sign in to comment.