diff options
author | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-05-11 00:12:25 +0900 |
---|---|---|
committer | 安竹洋平 <61961825+yasutakeyohei@users.noreply.github.com> | 2024-05-11 00:12:25 +0900 |
commit | b58c642130fc81f74b59fadad919eb52d9b767ea (patch) | |
tree | 3397c4a5e682c660c3c9a21dd0691dc18f5f43d2 | |
parent | 997e8594afebcf88ab1ff8604f24978e76a1d563 (diff) |
update
-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>", ] }, |