mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
26 lines
417 B
Markdown
26 lines
417 B
Markdown
![]() |
# Table Pipe Style Implicit None
|
||
|
|
||
|
## Style: none
|
||
|
|
||
|
Table | Heading
|
||
|
----- | -------
|
||
|
Cell | Cell
|
||
|
|
||
|
## Style: both {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 |
|