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

26 lines
421 B
Markdown
Raw Normal View History

# Table Pipe Style Implicit Trailing
## Style: trailing
Table | Heading |
----- | ------- |
Cell | Cell |
## Style: both {MD055:+2} {MD055:+3} {MD055:+4}
| 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