コンテンツにスキップ

Markdown

書き方サンプル

| ショートカット  | 機能           |
| --------------- | -------------- |
| Alt + Shift + F | テーブルの整形 |
ショートカット 機能
Alt + Shift + F テーブルの整形

開閉扉

<details><summary>title</summary>
hello
</details>
title hello

diff

VScodeではいい感じに色分けされて表示されるが、他環境ではどうか。。

```diff
+ one
- two
three
four
```
+ one
- two
three
four

Markdown All in One (VS Code)

ショートカット

ショートカット 機能
Alt + Shift + F テーブルの整形

コマンド Ctrl + Shift + P で開く

  • 目次の作成

    > Markdown All in One: Create Table of Contents
    

  • 目次の更新

    > Markdown: Update Table of Contents
    

  • HTML書き出し

    Markdown: Print current document to HTML
    

参考