Files
firezone/.markdownlint.json
Jamil ae111ad437 Add websocket connection troubleshooting section (#977)
* Remove markdown exceptions for table and code blocks

* Fix Zitadel docs errors

* Add trailingSlash: false to prevent 404 bug
2022-09-23 15:35:01 -07:00

8 lines
95 B
JSON

{
"MD002": false,
"MD013": {
"code_blocks": false,
"tables": false
}
}