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

26 lines
420 B
Markdown
Raw Permalink Normal View History

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