-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Progresses #32
- Loading branch information
Showing
3 changed files
with
139 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
\def\markdownOptionPipeTables{true} | ||
\def\markdownOptionTableCaptions{true} | ||
<<< | ||
This test ensures that the Lua `tableCaptions` option correctly propagates | ||
through the plain TeX interface. | ||
|
||
| Right | *Left* | Default | Center | | ||
|------:|:-------|-------------|:------:| | ||
| 12 | 12 | 12 | 12 | | ||
| 123 | 123 | **123** | 123 | | ||
| 1 | 1 | 1 | 1 | | ||
|
||
: Demonstration of *pipe table* syntax with the caption spreading over | ||
multiple lines. | ||
|
||
A caption may not span multiple paragraphs. | ||
>>> | ||
codeSpan: tableCaptions | ||
interblockSeparator | ||
BEGIN table (4 rows, 4 columns) | ||
- caption: Demonstration of (emphasis: pipe table) syntax with the caption spreading over multiple lines. | ||
- row 1, column 1: Right | ||
- row 1, column 2: (emphasis: Left) | ||
- row 1, column 3: Default | ||
- row 1, column 4: Center | ||
- row 2, column 1: 12 | ||
- row 2, column 2: 12 | ||
- row 2, column 3: 12 | ||
- row 2, column 4: 12 | ||
- row 3, column 1: 123 | ||
- row 3, column 2: 123 | ||
- row 3, column 3: (strongEmphasis: 123) | ||
- row 3, column 4: 123 | ||
- row 4, column 1: 1 | ||
- row 4, column 2: 1 | ||
- row 4, column 3: 1 | ||
- row 4, column 4: 1 | ||
END table | ||
interblockSeparator |