Skip to content

Commit 2541a63

Browse files
committed
docs(readme): add use-case
1 parent b4dafe9 commit 2541a63

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ But, eslint-plugin-markdown don't support disabling Markdown(HTML) comment for i
2020

2121
Sometimes, we want to write broken JavaScript code into JS CodeBlock for Syntax Highlight at the same time.
2222

23+
24+
This is parse error example:
25+
26+
<!-- textlint-disable -->
27+
28+
```js
29+
const wrongUsage;
30+
```
31+
32+
<!-- textlint-enable -->
33+
2334
## Install
2435

2536
Install with [npm](https://www.npmjs.com/):

0 commit comments

Comments
 (0)