mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
25 lines
417 B
Markdown
25 lines
417 B
Markdown
# Table Pipe Style Implicit Both
|
|
|
|
## Style: both
|
|
|
|
| Table | Heading |
|
|
| ----- | ------- |
|
|
| Cell | Cell |
|
|
|
|
## Style: none {MD055:+2} {MD055:+3} {MD055:+4}
|
|
|
|
Table | Heading
|
|
----- | -------
|
|
Cell | Cell
|
|
|
|
## Style: leading {MD055:+2} {MD055:+3} {MD055:+4}
|
|
|
|
| Table | Heading
|
|
| ----- | -------
|
|
| Cell | Cell
|
|
|
|
## Style: trailing {MD055:+2} {MD055:+3} {MD055:+4}
|
|
|
|
Table | Heading |
|
|
----- | ------- |
|
|
Cell | Cell |
|