Table of Contents
gitmarkdown.com の使い方
- 
github.com で公開しているmarkdownファイルをレンダリングできます。
 - 
You can render markdown files published on github.com.
 - 
以下の例のように数式やルビに対応しています。
 - 
It supports mathematical formulas and ruby annotations as shown in the examples below.
 - 
You can use it just by rewriting the URL.
 - 
https://github.com/Yasuo-Higano/markdown-test -> https://gitmarkdown.com/Yasuo-Higano/markdown-test
 
https://gitmarkdown.com/ のマークダウンテストページ。
数式
$$
\left[ \begin{array}{a} a^l_1 \\ ⋮ \\ a^l_{d_l} \end{array}\right]
= \sigma(
 \left[ \begin{matrix} 
    w^l_{1,1} & ⋯  & w^l_{1,d_{l-1}} \\  
    ⋮ & ⋱  & ⋮  \\ 
    w^l_{d_l,1} & ⋯  & w^l_{d_l,d_{l-1}} \\  
 \end{matrix}\right]  ·
 \left[ \begin{array}{x} a^{l-1}_1 \\ ⋮ \\ ⋮ \\ a^{l-1}_{d_{l-1}} \end{array}\right] + 
 \left[ \begin{array}{b} b^l_1 \\ ⋮ \\ b^l_{d_l} \end{array}\right])
 $$
インライン数式 $E=mc^2$ は有名です。
$$
\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}
$$
$$
\left[ \begin{array}{a} a^l_1 \\ ⋮ \\ a^l_{d_l} \end{array}\right]
= \sigma(
 \left[ \begin{matrix} 
    w^l_{1,1} & ⋯  & w^l_{1,d_{l-1}} \\  
    ⋮ & ⋱  & ⋮  \\ 
    w^l_{d_l,1} & ⋯  & w^l_{d_l,d_{l-1}} \\  
 \end{matrix}\right]  ·
 \left[ \begin{array}{x} a^{l-1}_1 \\ ⋮ \\ ⋮ \\ a^{l-1}_{d_{l-1}} \end{array}\right] + 
 \left[ \begin{array}{b} b^l_1 \\ ⋮ \\ b^l_{d_l} \end{array}\right])
 
$$インライン数式 $E=mc^2$ は有名です。
$$ \int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi} $$mermaid
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
Ruby
Master of the |Gun=Katas《Geometric and Tactical Analysis》 an adversary not to be taken lightly.
Master of the |Gun=Katas《Geometric and Tactical Analysis》 an adversary not to be taken lightly.
ルビと傍点
不意に電気が消え、モニターには《《怪物》》が写っていた。
おっと、それまでだ。俺の|邪気眼《ダークフレーム・オブ・アイズ》が目を覚ましちまうぜ。
不意に電気が消え、モニターには《《怪物》》が写っていた。 おっと、それまでだ。俺の|邪気眼《ダークフレーム・オブ・アイズ》が目を覚ましちまうぜ。
平家物語 冒頭
|祇園精舍《ぎおんしょうじゃ》の鐘の声、|諸行無常《しょぎょうむじょう》の響きあり。
|娑羅双樹《さらそうじゅ》の花の色、|盛者必衰《じょうしゃひっすい》の|理《ことわり》をあらはす。
|驕《おごれる》れる人も久しからず、ただ春の夜の夢のごとし。
猛き者もつひにはほろびぬ、ひとへに風の前の|塵《ちり》に同じ。
|祇園精舍《ぎおんしょうじゃ》の鐘の声、|諸行無常《しょぎょうむじょう》の響きあり。 |娑羅双樹《さらそうじゅ》の花の色、|盛者必衰《じょうしゃひっすい》の|理《ことわり》をあらはす。 |驕《おごれる》れる人も久しからず、ただ春の夜の夢のごとし。 猛き者もつひにはほろびぬ、ひとへに風の前の|塵《ちり》に同じ。
Wikitable
{| class="wikitable"
!colspan="6"|Shopping List
|-
|rowspan="2"|Bread & Butter
|Pie
|Buns
|Danish
|colspan="2"|Croissant
|-
|Cheese
|colspan="2"|Ice cream
|Butter
|Yogurt
|}
| Shopping List | |||||
|---|---|---|---|---|---|
| Bread & Butter | Pie | Buns | Danish | Croissant | |
| Cheese | Ice cream | Butter | Yogurt | ||