mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-08 03:12:33 +01:00
parent
b29a0e004c
commit
3532e3110a
36 changed files with 11751 additions and 175 deletions
125
test/table-column-style-default.md
Normal file
125
test/table-column-style-default.md
Normal file
|
|
@ -0,0 +1,125 @@
|
|||
# Table Column Style - Default
|
||||
|
||||
## Aligned / Edge Pipes
|
||||
|
||||
| Heading | Heading | Heading |
|
||||
| ------- | --------- | ------- |
|
||||
| Text | Text text | Text |
|
||||
| Text | Text text | Text |
|
||||
| Text | Text text | Text |
|
||||
|
||||
| Heading | Heading | Heading |
|
||||
| ------- | -------- | ------- |
|
||||
| Text | Text text | Text |
|
||||
| Text | Text text | Text |
|
||||
| Text | Text tex | Text |
|
||||
|
||||
{MD060:-5} {MD060:-3} {MD060:-2}
|
||||
|
||||
## Aligned / No Edge Pipes
|
||||
|
||||
Heading | Heading | Heading
|
||||
------- | --------- | -------
|
||||
Text | Text text | Text
|
||||
Text | Text text | Text
|
||||
Text | Text text | Text
|
||||
|
||||
Heading | Heading | Heading
|
||||
------- | -------- | --------
|
||||
Text | Text text | Text
|
||||
Text | Text text | Text
|
||||
Text | Text tex | Text
|
||||
|
||||
{MD060:-5} {MD060:-3} {MD060:-2}
|
||||
|
||||
## Compact / Edge Pipes
|
||||
|
||||
| Heading | Heading | Heading |
|
||||
| ------- | ------- | ------- |
|
||||
| Text | Text text | Text |
|
||||
| Text text | Text text text | Text |
|
||||
| Text | Text | Text |
|
||||
|
||||
| Heading | Heading | Heading |
|
||||
| - | - | - |
|
||||
| Text | Text text | Text |
|
||||
| Text text | Text text text | Text |
|
||||
| Text | Text | Text |
|
||||
|
||||
| Heading | Heading | Heading |
|
||||
| - | --- | - |
|
||||
| Text | Text text | Text |
|
||||
| Text | Text | Text |
|
||||
| Text | Text | Text |
|
||||
|
||||
{MD060:-4} {MD060:-3} {MD060:-2}
|
||||
|
||||
## Compact / No Edge Pipes
|
||||
|
||||
Heading | Heading | Heading
|
||||
------- | ------- | -------
|
||||
Text | Text text | Text
|
||||
Text text | Text text text | Text
|
||||
Text | Text | Text
|
||||
|
||||
Heading | Heading | Heading
|
||||
-- | -- | --
|
||||
Text | Text text | Text
|
||||
Text text | Text text text | Text
|
||||
Text | Text | Text
|
||||
|
||||
Heading | Heading | Heading
|
||||
-- | --- | --
|
||||
Text | Text text | Text
|
||||
Text text | Text text text | Text
|
||||
Text | Text | Text
|
||||
|
||||
{MD060:-6} {MD060:-5} {MD060:-4} {MD060:-2}
|
||||
|
||||
## Tight / Edge Pipes
|
||||
|
||||
|Heading|Heading|Heading|
|
||||
|-------|-------|-------|
|
||||
|Text|Text text|Text|
|
||||
|Text text|Text text text|Text|
|
||||
|Text|Text|Text|
|
||||
|
||||
|Heading|Heading|Heading|
|
||||
|-|-|-|
|
||||
|Text|Text text|Text|
|
||||
|Text text|Text text text|Text|
|
||||
|Text|Text|Text|
|
||||
|
||||
|Heading|Heading |Heading|
|
||||
|-------|-------|------- |
|
||||
| Text|Text text |Text|
|
||||
|Text text |Text text text|Text|
|
||||
|Text| Text |Text|
|
||||
|
||||
{MD060:-6} {MD060:-5} {MD060:-4} {MD060:-3} {MD060:-2}
|
||||
|
||||
## Tight / No Edge Pipes
|
||||
|
||||
Heading|Heading|Heading
|
||||
-------|-------|-------
|
||||
Text|Text text|Text
|
||||
Text text|Text text text|Text
|
||||
Text|Text|Text
|
||||
|
||||
Heading|Heading|Heading
|
||||
-|-|-
|
||||
Text|Text text|Text
|
||||
Text text|Text text text|Text
|
||||
Text|Text|Text
|
||||
|
||||
Heading|Heading |Heading
|
||||
-------|-------| -------
|
||||
Text |Text text|Text
|
||||
Text text|Text text text|Text
|
||||
Text| Text |Text
|
||||
|
||||
{MD060:-6} {MD060:-5} {MD060:-4} {MD060:-2}
|
||||
|
||||
<!-- markdownlint-configure-file {
|
||||
"table-pipe-style": false
|
||||
} -->
|
||||
Loading…
Add table
Add a link
Reference in a new issue