Skip to content

done-san/md-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Markdown記法 トレーニング

コードの挿入

x:int = 10
print x
x:int = 10
print x

コードスパン

インラインで表示

print "Hello World" とインラインで書ける。

バッククォートを囲んで表示

`バッククォート```バッククォート*2`` も記述できる

開始と終了のバッククォートを囲みたいバッククォートの数n+1と記述すること。

リスト(dl, dt, dd)

1
cat
2
dog
3
bird

ボールド(strong)

太字で書ける

コード(code)

コードが書ける

リンク(a)

Twitter
GitHub

タイトル付きリンク

Example

チェックボックス

  • A
  • B
  • C

引用

Blockquotes

引用は、、、 ネストできます

水平線







テーブル

Left align Right align Center align
------- ------- -------
------- ------- -------
------- ------- -------
------- ------- -------
------- ------- -------
------- ------- -------

絵文字

👏 拍手

エスケープ

# Header 1
## Header 2
### Header 3

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors