メインコンテンツへスキップ
Z

What is Markdown?

Markdown is a lightweight markup language that uses plain-text symbols — like # for headings, * for emphasis and - for lists — to format text that converts to HTML. It is fast to write, readable as raw text, and widely used for READMEs, documentation, notes and blogging.

Markdown maps simple symbols to HTML: # for headings, **bold**, *italic*, - or 1. for lists, [text](url) for links and backticks for code. The source stays readable even before rendering.

It powers GitHub READMEs, documentation sites, chat apps and static blogs. Most processors also let you embed raw HTML for anything Markdown cannot express.

Markdown tools

よくある質問

セル内にパイプ文字(|)を入れるにはどうすればいいですか?

普通に入力するだけで大丈夫です。出力時に自動的に\|へエスケープされ、GFMで正しく表示されます。

ExcelやGoogle スプレッドシートからデータを貼り付けられますか?

はい、可能です。どちらのアプリもコピー時にタブ区切り値(TSV)形式になります。「Paste TSV / CSV」ボタンを押し、区切り文字を自動検出のままにして貼り付けてください。

出力結果でテーブルの列がずれて見えるのはなぜですか?

ソースコードを読みやすくするために余白を揃えて出力していますが、Markdownのレンダラーはセル内の余分な空白を無視するため、表示されるテーブルは余白の有無にかかわらず同じ見た目になります。