Skip to content

Latest commit

 

History

History
93 lines (77 loc) · 1.63 KB

README.md

File metadata and controls

93 lines (77 loc) · 1.63 KB

markdown_test

1. 目次

2. テーブルの書き方

2.1. 普通の書き方

TH TH
TD TD
TD TD

2.2. 無理やりセルのマージを実現 (html)

The table header
The table body with two columns
The table body with two columns
The table body with two columns

2.3. テーブルのセル内で箇条書き (html)

name 説明
1行目
  • 1つめの項目
  • 2つめの項目
  • 3つめの項目
2行目
  1. 1つめの項目
  2. 2つめの項目
  3. 3つめの項目

3. UML を書く

@startuml
:Hello world;
:this is section1;
@enduml