Commit 084c496
authored
Do not warn for markdown code blocks (#232)
Closes #222
This will stop throwing error messages for un-parsable code blocks in
markdown (and mdx) files.
This isn't ideal, but it matches the behavior of Prettier itself. See
#222 (comment)
for some discussion.1 parent 299ae65 commit 084c496
1 file changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
50 | 56 | | |
51 | 57 | | |
52 | 58 | | |
| |||
0 commit comments