Blame test/tables.fb2

Packit dda32d
Packit dda32d
<FictionBook xmlns="http://www.gribuser.ru/xml/fictionbook/2.0" xmlns:l="http://www.w3.org/1999/xlink"><description><title-info><genre>unrecognised</genre></title-info><document-info><program-used>pandoc</program-used></document-info></description><body><title>

</title><section>

Simple table with caption:

RightLeftCenterDefault
12121212
123123123123
1111

<emphasis>Demonstration of simple table syntax.</emphasis>

Simple table without caption:

RightLeftCenterDefault
12121212
123123123123
1111

<emphasis />

Simple table indented two spaces:

RightLeftCenterDefault
12121212
123123123123
1111

<emphasis>Demonstration of simple table syntax.</emphasis>

Multiline table with caption:

Centered HeaderLeft AlignedRight AlignedDefault aligned
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here’s another one. Note the blank line between rows.

<emphasis>Here’s the caption. It may span multiple lines.</emphasis>

Multiline table without caption:

Centered HeaderLeft AlignedRight AlignedDefault aligned
Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here’s another one. Note the blank line between rows.

<emphasis />

Table without column headers:

12121212
123123123123
1111

<emphasis />

Multiline table without column headers:

Firstrow12.0Example of a row that spans multiple lines.
Secondrow5.0Here’s another one. Note the blank line between rows.

<emphasis />

</section></body></FictionBook>
Packit dda32d