「Markdown」の版間の差分
ナビゲーションに移動
検索に移動
(→タグ) |
(→タグ) |
||
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をプレビュー
© 2006 矢木浩人