マークダウン文法チートシート
マークダウン記法、Kramdown 記法を、このサイトの著者が自分用に簡潔にまとめたものです。ソースコードを参照して使います。適宜、アップデートします。
基本
- なべ
- やかん
(引用)
ヘッダー
- 1個目
- 2個目
コードの例
return shell_exec("echo $input | $markdown_script");
- kramdown
- A Markdown-superset converter
- Maruku
- Another Markdown-superset converter
This is some text.[^1]. Other text.[^footnote].
表
見栄えはスタイルシートで調整。
デフォルト | 左寄せ | センタリング | 右寄せ |
---|---|---|---|
First body part | Second cell | Third cell | fourth cell |
Second line | foo | strong | baz |
Third line | quux | baz | bar |
数式
\[\begin{align*} \frac{\partial \theta}{\partial t}= \frac{\partial}{\partial z} \left[ K(\theta) \left (\frac{\partial \psi}{\partial z} + 1 \right) \right]\ \end{align*}\]コード
Here comes some code.
def what?
42
end
Front matter
---
layout: post
title:
tag:
---
複数タグ
---
layout: post
title:
tags:
- tag1
- tag2
---
- layout: post-en
- layout: math
特殊文字
& < > ©