We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9959f7e commit 11824aeCopy full SHA for 11824ae
1 file changed
README.md
@@ -80,11 +80,11 @@ The application uses [showndown](https://github.com/showdownjs/showdown) as [Mar
80
81
```json
82
{
83
- ghCodeBlocks: true,
84
- ghCompatibleHeaderId: true,
85
- simplifiedAutoLink: true,
86
- strikethrough: true,
87
- tables: true
+ "ghCodeBlocks": true,
+ "ghCompatibleHeaderId": true,
+ "simplifiedAutoLink": true,
+ "strikethrough": true,
+ "tables": true
88
}
89
```
90
0 commit comments