tag: test
GitHub Flavored Markdown (GFM)
- GitHub Flavored Markdown (GFM)
- セクションリンク
- 相対リンク
- Markdown 絵文字
- 脚注
- アラート
- 画像のテーマ指定
- カラーチップの表示
- シンタックスハイライト
- 数式
- ダイアグラム
- メンション
- Ticket の参照
- コミットハッシュの参照
- Ticket ラベル
- Suggested changes
- コードスニペットの表示
- 外部リソースの参照
- Front matter のテーブル表示
line
breaks?
セクションリンク
相対リンク
Markdown 絵文字
🎉
脚注
This is footnote.1
アラート
Note
This is note!
画像のテーマ指定
light | dark |
---|---|
カラーチップの表示
#FFFFFF
シンタックスハイライト
print("Hello World!")
数式
ダイアグラム
sequenceDiagram
Alice->>John: Hello John, how are you?
John-->>Alice: Great!
Alice-)John: See you later!
flowchart LR
Start --> Stop
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [125.6, 10.1]
},
"properties": {
"name": "Dinagat Islands"
}
}
solid cube_corner
facet normal 0.0 -1.0 0.0
outer loop
vertex 0.0 0.0 0.0
vertex 1.0 0.0 0.0
vertex 0.0 0.0 1.0
endloop
endfacet
...
メンション
Ticket の参照
コミットハッシュの参照
Ticket ラベル
https://github.com/Yarakashi-Kikohshi/LaTeX-for-math/labels/documentation
Suggested changes
コードスニペットの表示
外部リソースの参照
Front matter のテーブル表示
-
Footnotes is this. ↩