Commit 0024900
Fix interference between simple tables and unordered lists
Closes #193
It's possible to have empty unordered list items like this:
-
-
Currently when there are at least two list items with at least one of
them being empty, pandoc-syntax interprets these as tables and hides
the empty item and all sub-items, empty or not, as well as some other
non-empty items at the same level.
This patch requires simple tables to be have dashed lines where each
group of dashes contains at least 2 hyphens, thus eliminating the clash
with empty unordered lists.1 parent b4a08ef commit 0024900
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
352 | | - | |
| 352 | + | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| |||
0 commit comments