aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commitb58c642130fc81f74b59fadad919eb52d9b767ea (patch)
tree3397c4a5e682c660c3c9a21dd0691dc18f5f43d2
parent997e8594afebcf88ab1ff8604f24978e76a1d563 (diff)
update
-rw-r--r--.vscode/markdown.code-snippets4
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>",
]
},