< Back

【.md】この書き方知ってる?ちょっとマニアックなマークダウンの書き方 4選

なんか数年前から下書きでマークダウンのマニアックな書き方を集めていたけど、供養したいので投稿させていただきます。。。

【.md】この書き方知ってる?ちょっとマニアックなマークダウンの書き方 10選

1 列の中にコードスニペット

1. 事前設定
    - DBを元に戻す
        ```
        update ratio_tax set end_date='2019-09-30 23:59:59' where id=1;
        update ratio_tax set start_date='2019-10-01 00:00:00' where id=2;
        ```

2. 表で改行

<br> いれる

3. 表の書き方最小

x
|x|
|:-:|
x
x
:-:

4. h1って#使わなくてもかける

Alt-H1
======

サンプル貼り付け

Emphasis, aka italics, with asterisks or underscores.

Strong emphasis, aka bold, with asterisks or underscores.

Combined emphasis with asterisks and underscores.

Strikethrough uses two tildes. Scratch this.

参考

Qiitaのテーブルの書き方についてまとめた - Qiita

Markdown Cheatsheet · adam-p/markdown-here Wiki · GitHub

参考になる。
Atx形式
Setext形式