updating doc

This commit is contained in:
Lucas Gravley 2020-10-27 13:52:10 -05:00
parent 3eec4c39e8
commit 9b602c7314

View file

@ -351,11 +351,12 @@ RUN cd /tmp && echo "hello!"
### editorconfig-checker disable code block ### editorconfig-checker disable code block
```js ```js
<!-- editorconfig-checker-disable --> // editorconfig-checker-disable
const myTemplateString = `
[somelink]: http://www.some.super.long.url.well.larger.than.the.maximum.line.length/that-I-have-no-control-over.html first line
wrongly indended line because it needs to be
<!-- editorconfig-checker-enable --> `
// editorconfig-checker-enable
``` ```
### editorconfig-checker disable entire file ### editorconfig-checker disable entire file