Skip to content

Commit a10bcad

Browse files
authored
Update md-literal-lines.test.sh
1 parent 0263175 commit a10bcad

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/testcases/md-literal-lines.test.sh

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,25 +91,25 @@ The literal marker '#|' has rudimentary detection for tables.
9191
the pipe from the literal marker `#|` will not be stripped.
9292
9393
Table with slight indention
94-
| | literal | table |
95-
| | :---: | :---: |
96-
| | keep? | yes |
94+
| literal | table |
95+
| :---: | :---: |
96+
| keep? | yes |
9797
9898
Indented, but not in literal mode
9999
| literal | table |
100100
| :---: | :---: |
101101
| keep? | yes |
102102
103103
Directly 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+
113113
EOF
114114

115115
assert

0 commit comments

Comments
 (0)