前のページに戻る(ファイル形式: Eric's Markdown)

シンタックスのテスト

Parsedown Extended

TOC

task

LaTeX

This is some \(ax^2 + bx + c = 0\) inline LaTeX

This is some $$ ax^2 + bx + c = 0 $$ inline LaTeX

$$ x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$\[ x = {-b \pm \sqrt{b^2-4ac} \over 2a}.\]

コードのテスト

while(true){
    console.log("I LOVE MARKDOWN!");
}

ダイアグラムのテスト

Title: シーケンス図のテスト A->B: 標準線 B-->C: 点線 C->>D: オープンライン? D-->>A: 跨ぎ点線
パーセント4つ
Title: シーケンス図のテスト
A->B: 標準線
B-->C: 点線
C->>D: オープンライン?
D-->>A: 跨ぎ点線

フローチャートのテスト

st=>start: おわりのはじまり:>http://www.start.com e=>end: 終末:>http://www.end.com op1=>operation: 敵が現れた。 op2=>operation: 倒す。 cond=>condition: さいたまチャレンジ training=>inputoutput: 筋トレ omg=>operation: 筋肉が足りない st->op1->training->cond cond(yes)->op2->e cond(no)->omg->training
st=>start: おわりのはじまり:>http://www.start.com
e=>end: 終末:>http://www.end.com
op1=>operation: 敵が現れた。
op2=>operation: 倒す。
cond=>condition: さいたまチャレンジ
training=>inputoutput: 筋トレ
omg=>operation: 筋肉が足りない

st->op1->training->cond

cond(yes)->op2->e
cond(no)->omg->training

KaTeXのテスト

$$ 相対エントロピー = \displaystyle \sum_{ i = 1 }^{ 2 } Q_i \times \{ – \log_{ 2 } P_i – ( – \log_{ 2 } Q_i ) \}\\ = \displaystyle \sum_{ i = 1 }^{ 2 } Q_i \log_{ 2 } \frac{ Q_i }{ P_i } \\ $$

脚注のテスト