File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -91,25 +91,25 @@ The literal marker '#|' has rudimentary detection for tables.
9191the pipe from the literal marker ` # |` will not be stripped.
9292
9393Table with slight indention
94- | | literal | table |
95- | | :---: | :---: |
96- | | keep? | yes |
94+ | literal | table |
95+ | :---: | :---: |
96+ | keep? | yes |
9797
9898Indented, but not in literal mode
9999| literal | table |
100100| :---: | :---: |
101101| keep? | yes |
102102
103103Directly at line start
104- || literal | table |
105- || :---: | :---: |
106- || keep? | yes |
107-
108- Without duplicate left pipes
109104| literal | table |
110105| :---: | :---: |
111106| keep? | yes |
112107
108+ Without duplicate left pipes
109+ literal | table |
110+ :---: | :---: |
111+ keep? | yes |
112+
113113EOF
114114
115115assert
You can’t perform that action at this time.
0 commit comments