0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

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

Posted at

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

【.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形式

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?