Skip to content

Commit 3dd280d

Browse files
Add table alignment example
1 parent 6b0a408 commit 3dd280d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

Diff for: README.md

+14
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,20 @@ Content Cell | Content Cell
8383
Content Cell | \|
8484
```
8585

86+
Left, right and center aligned table
87+
88+
Left aligned Header | Right aligned Header | Center aligned Header
89+
| :--- | ---: | :---:
90+
Content Cell | Content Cell | Content Cell
91+
Content Cell | Content Cell | Content Cell
92+
93+
```
94+
Left aligned Header | Right aligned Header | Center aligned Header
95+
| :--- | ---: | :---:
96+
Content Cell | Content Cell | Content Cell
97+
Content Cell | Content Cell | Content Cell
98+
```
99+
86100
`code()`
87101

88102
Markup : `code()`

0 commit comments

Comments
 (0)