LoginSignup
21
15

More than 5 years have passed since last update.

VSCodeのMarkdownでチェックボックスを表示

Posted at

これをドキュメントの後ろに追加するだけ!

<script>var d=document.body;d.innerHTML=d.innerHTML.replace(/<li>\[(x| )\]/g,m=>`<li>${m=="<li>[x]"?"🔳":"◻️"}`);</script>

スクリーンショット 2016-11-24 4.15.15.png

21
15
2

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
21
15