Skip to content

Latest commit

 

History

History
148 lines (144 loc) · 3.7 KB

File metadata and controls

148 lines (144 loc) · 3.7 KB

Simple: .

a b
1 2
.
a b 1 2 .

Header only: .

abc def
.
abc def .

Aligned: .

a b c
1 2 3
.
a b c 1 2 3 .

Nested syntax: .

a b
c {sub}x
.
a b c x .

External links: .

a b
link-a link-b
.
a b link-a link-b .