diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/markdown.code-snippets | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.vscode/markdown.code-snippets b/.vscode/markdown.code-snippets index ca568148..387a7531 100644 --- a/.vscode/markdown.code-snippets +++ b/.vscode/markdown.code-snippets @@ -109,9 +109,13 @@ "body": [ "<BlockQuote refs={\"$1\"} href={\"\"}>", "", + "{/* <!-- textlint-disable --> */}", + "", "**title** ", "text", "", + "{/* <!-- textlint-enable --> */}", + "", "</BlockQuote>", ] }, |