0
1

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

日本語マークダウン案

0
Last updated at Posted at 2021-01-27

日本語入力に適したマークダウンを考える。

思いついたことをメモしていくが、完成までの道のりは遠い。

目標

  • 書きやすい
  • 読みやすい
  • 覚えやすい
  • 解析しやすい

ブロック要素

#見出し1

##見出し2

###見出し3


1順序リスト
2順序リスト
3順序リスト

・順不同リスト
・順不同リスト

・複合リスト
  1複合リスト
  2複合リスト
・複合リスト

|#テーブルヘッダ|#テーブルヘッダ|
|テーブルセル|テーブルセル|


>引用です

‘‘‘
整形済みテキスト
‘‘‘

🖼http://example.jp/sample.jpg width:300 height:200


;コメント  HTMLには反映しない

上記以外はパラグラフ。
改行も反映される

ブロック要素は空行が来たら終了とする。
トップレベルはブロック要素のみ。

インライン要素

考え中...

#リンク

【サイト名:http://example.com/】
【http://example.com/】
【Wikiリンク】

#文字装飾

「装飾したい文字:太い」

0
1
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
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?