docs: prettier md format
This commit is contained in:
parent
b1193785aa
commit
858eeb31c5
@ -50,7 +50,7 @@ const errors = parser.validate(correctSql);
|
||||
console.log(errors);
|
||||
```
|
||||
|
||||
output:
|
||||
Output:
|
||||
|
||||
```javascript
|
||||
/*
|
||||
@ -58,7 +58,7 @@ output:
|
||||
*/
|
||||
```
|
||||
|
||||
validate failed:
|
||||
Validate failed:
|
||||
|
||||
```javascript
|
||||
const incorrectSql = 'selec id,name from user1;'
|
||||
@ -66,7 +66,7 @@ const errors = parser.validate(incorrectSql);
|
||||
console.log(errors);
|
||||
```
|
||||
|
||||
output:
|
||||
Output:
|
||||
|
||||
```javascript
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user