Skip to content

Commit db01e37

Browse files
committed
Add table markup
1 parent 6d8489f commit db01e37

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,20 @@ ___Strong emphasized text___
4444

4545
Markup : [Named Link](http://www.google.fr/) and http://www.google.fr/ or <http://example.com/>
4646

47+
Table, like this one :
48+
49+
First Header | Second Header
50+
------------- | -------------
51+
Content Cell | Content Cell
52+
Content Cell | Content Cell
53+
54+
```
55+
First Header | Second Header
56+
------------- | -------------
57+
Content Cell | Content Cell
58+
Content Cell | Content Cell
59+
```
60+
4761
`code()`
4862

4963
Markup : `code()`

0 commit comments

Comments
 (0)