Markdown

calendar

Markdownの編集を便利にする拡張機能「Markdown All in One」

Markdownの編集を便利にする拡張機能「Markdown All in One」
Markdown All in Oneとは Markdown All in OneはMarkdown文章の編集を便利にするVS Codeの拡張機能です。 Markdown All in One All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more) marketplace.visualstudio.com Markdown All in Oneの導入方法 VS Codeの拡張機能ウインドウで「Markdown All in One」を検索し、「install」を選択すると導入できます。
calendar

Markdownの構文チェックツール「markdownlint」

Markdownの構文チェックツール「markdownlint」
markdownlintとは markdownlintはMarkdownの構文とスタイルをチェックするVS Codeの拡張機能です。 markdownlint Markdown linting and style checking for Visual Studio Code marketplace.visualstudio.com markdownlintの導入方法 VS Codeの拡張機能ウインドウで「markdownlint」を検索し、「install」を選択すると導入できます。
calendar

Markdown記法のチートシート

Markdown記法のチートシート
Markdownファイルの拡張子 Markdownファイルの拡張子は「.md」 基本構文一覧 見出し(ヘッダー) #のあとにスペースを開け文字を記載すると見出しとなります。 #の数で見出しのレベルを表すことができます。 # 見出し1 ## 見出し2 ### 見出し3 #### 見出し4 ##### 見出し5 ###### 見出し6 表示結果 段落 文章と文章の間に空行を挟むと段落になります。
calendar

Markdownで画像を貼り付けるVSCode拡張機能「Paste Image」

Markdownで画像を貼り付けるVSCode拡張機能「Paste Image」
Paste Imageとは Paste Imageはクリップボードの画像をMarkdownに直接貼り付けすることのできるVS Codeの拡張機能です。 ダウンロードは以下から Paste Image - Visual Studio Marketplace Extension for Visual Studio Code - paste image from clipboard directly marketplace.visualstudio.com Paste Imageの導入方法 VS Codeの拡張機能ウインドウで「Paste Image」を検索し、「install」を選択すると導入できます。