mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 22:10:13 +01:00
Add test case for custom rule that imports an ESM module (refs #477).
This commit is contained in:
parent
b1aef98220
commit
23d8ed7c01
5 changed files with 87 additions and 2 deletions
27
test/validate-json.md
Normal file
27
test/validate-json.md
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
# Validate JSON
|
||||
|
||||
Text
|
||||
|
||||
```json
|
||||
{
|
||||
"property": "value"
|
||||
}
|
||||
```
|
||||
|
||||
Text
|
||||
|
||||
```jsonc
|
||||
{
|
||||
// Comment
|
||||
"property": "value"
|
||||
}
|
||||
```
|
||||
|
||||
Text
|
||||
|
||||
```json
|
||||
{
|
||||
"property": "value"
|
||||
```
|
||||
|
||||
Text
|
||||
Loading…
Add table
Add a link
Reference in a new issue