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 3 years have passed since last update.

マークダウン自分用あんちょこ

0
Last updated at Posted at 2023-03-11

見出しは#の個数で調整

本文あああああ

#2個でこうなる

本文あああああ

#3個でこう。これ以下のレベルでは区切り線なくなるようだ。

本文あああああ

#4個でこう

本文あああああ

#5個で終わりっぽい(6個も利くけど見た目変化ない?)

本文あああああ
 
 
 
 
↑Redmineとかでやってたみたいに全角スペースで見た目上の空行。
(半角スペースの振る舞いがちょっと謎なんだけど忘れておく)
 
 
 

区切り線

***ってやったらこう↓


 
 
 

リンクは[表示文字列](URL)みたいに。スペース入れんように。

[google](https://google.com/)
と書くと↓になる
google
 
 
 

セクション的なもの

1. ほんたら と入れて改行すると、自動でできる。連番の自動採番はされない? ようなので、手で2, 3. …と書き換える感じだろうか。

  1. あああ
  2. aaa
  3. リンクは前述のとおりこう

 
 

表とか

いろいろあるけどまずは「3x2」とか入力→決定、ていうやり方。

1 2 3
ああ いい うう
hoge fuga piyo
abc 123 !"#

 
 
 

補足の書き方。3つのレベル。

:::note info

:::
で囲めばよい。アタマに空行が必要なので注意。

インフォメーション
infoは省略可能です。

で、上記がインフォメーションレベル。
警告レベルと、より強い警告レベルは、上記infoの箇所を、warnalertに、それぞれ変えればよい。

警告
○○に注意してください。

より強い警告
○○しないでください。

0
0
1

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?