|
|
@ -16,6 +16,7 @@ Simple: |
|
|
|
</table> |
|
|
|
. |
|
|
|
|
|
|
|
|
|
|
|
Column alignment: |
|
|
|
. |
|
|
|
| Header 1 | Header 2 | Header 3 | Header 4 | |
|
|
@ -34,6 +35,7 @@ Column alignment: |
|
|
|
</table> |
|
|
|
. |
|
|
|
|
|
|
|
|
|
|
|
Nested emphases: |
|
|
|
. |
|
|
|
Header 1|Header 2|Header 3|Header 4 |
|
|
@ -52,6 +54,7 @@ Cell 1 |Cell 2 |Cell 3 |Cell 4 |
|
|
|
</table> |
|
|
|
. |
|
|
|
|
|
|
|
|
|
|
|
Nested tables inside blockquotes: |
|
|
|
. |
|
|
|
> foo|foo |
|
|
@ -72,6 +75,7 @@ baz|baz |
|
|
|
<p>baz|baz</p> |
|
|
|
. |
|
|
|
|
|
|
|
|
|
|
|
Nested tables inside lists: |
|
|
|
. |
|
|
|
- foo|foo |
|
|
@ -110,6 +114,7 @@ Minimal one-column: |
|
|
|
</table> |
|
|
|
. |
|
|
|
|
|
|
|
|
|
|
|
Second line indent should not be smaller than first: |
|
|
|
. |
|
|
|
- foo|foo |
|
|
@ -123,6 +128,7 @@ bar|bar</li> |
|
|
|
</ul> |
|
|
|
. |
|
|
|
|
|
|
|
|
|
|
|
Second line should not contain symbols except "-", ":", "|" and " ": |
|
|
|
. |
|
|
|
foo|foo |
|
|
@ -134,6 +140,7 @@ bar|bar |
|
|
|
bar|bar</p> |
|
|
|
. |
|
|
|
|
|
|
|
|
|
|
|
Second line should contain "|" symbol: |
|
|
|
. |
|
|
|
foo|foo |
|
|
@ -145,6 +152,7 @@ bar|bar |
|
|
|
bar|bar</p> |
|
|
|
. |
|
|
|
|
|
|
|
|
|
|
|
Second line should not have empty columns in the middle: |
|
|
|
. |
|
|
|
foo|foo |
|
|
@ -156,6 +164,7 @@ bar|bar |
|
|
|
bar|bar</p> |
|
|
|
. |
|
|
|
|
|
|
|
|
|
|
|
Wrong alignment symbol position: |
|
|
|
. |
|
|
|
foo|foo |
|
|
@ -179,6 +188,7 @@ bar|bar |
|
|
|
bar|bar</p> |
|
|
|
. |
|
|
|
|
|
|
|
|
|
|
|
Title line should have correct column count: |
|
|
|
. |
|
|
|
foo|foo |
|
|
@ -190,6 +200,7 @@ bar|bar |
|
|
|
bar|bar</p> |
|
|
|
. |
|
|
|
|
|
|
|
|
|
|
|
Should terminate paragraph: |
|
|
|
. |
|
|
|
paragraph |
|
|
@ -208,6 +219,7 @@ bar|bar |
|
|
|
</table> |
|
|
|
. |
|
|
|
|
|
|
|
|
|
|
|
Should be terminated via row without "|" symbol: |
|
|
|
. |
|
|
|
foo|foo |
|
|
@ -224,6 +236,7 @@ paragraph |
|
|
|
<p>paragraph</p> |
|
|
|
. |
|
|
|
|
|
|
|
|
|
|
|
Delimiter escaping: |
|
|
|
. |
|
|
|
| Heading 1 \\\\| Heading 2 |
|
|
|