markdownlint/test/table-pipe-style-implicit-both.md

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 |