Skip to content

y-hashida/markdown_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published