| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

「Markdown」の版間の差分

提供: MyMemoWiki
ナビゲーションに移動 検索に移動
5行目: 5行目:
 
[https://gist.github.com/mignonstyle/083c9e1651d7734f84c99b8cf49d57fa チートシート]
 
[https://gist.github.com/mignonstyle/083c9e1651d7734f84c99b8cf49d57fa チートシート]
  
===タグ===
+
===[https://gist.github.com/mignonstyle/083c9e1651d7734f84c99b8cf49d57fa チートシート]のチートシート===
 +
----
  
 
{|class="wikitable"
 
{|class="wikitable"

2021年3月22日 (月) 01:51時点における版

Markdown

Github


チートシート

チートシートのチートシート


タグ 方法
見出し 先頭に#をレベルの数だけ記述
段落 空白行を挟む
BR 改行の前にスペースを2つ
Blockquotes 先頭に>を記述します。ネストは>を多重に記述
Code `バッククオート` 3つ、あるいはダッシュ~3つで囲む
インラインコード `バッククオート` で単語を囲む

Tips

Visual Studio Codeでプレビュー

  • Ctrl+Shift+V(Win),Shft+Cmd+V(Mac) で Markdownをプレビュー