| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <?xml version="1.0" encoding="UTF-8"?>
- <document xmlns="http://commonmark.org/xml/1.0">
- <table>
- <table_section type="head">
- <table_row>
- <table_cell type="header" align="left">
- <text>header 1</text>
- </table_cell>
- <table_cell type="header" align="center">
- <text>header 2</text>
- </table_cell>
- <table_cell type="header" align="right">
- <text>header 2</text>
- </table_cell>
- </table_row>
- </table_section>
- <table_section type="body">
- <table_row>
- <table_cell type="data" align="left">
- <text>cell 1.1</text>
- </table_cell>
- <table_cell type="data" align="center">
- <text>cell 1.2</text>
- </table_cell>
- <table_cell type="data" align="right">
- <text>cell 1.3</text>
- </table_cell>
- </table_row>
- <table_row>
- <table_cell type="data" align="left">
- <text>cell 2.1</text>
- </table_cell>
- <table_cell type="data" align="center">
- <text>cell 2.2</text>
- </table_cell>
- <table_cell type="data" align="right">
- <text>cell 2.3</text>
- </table_cell>
- </table_row>
- </table_section>
- </table>
- <table>
- <table_section type="head">
- <table_row>
- <table_cell type="header">
- <emph>
- <text>header</text>
- </emph>
- <text> 1</text>
- </table_cell>
- <table_cell type="header">
- <strong>
- <text>header 2</text>
- </strong>
- </table_cell>
- </table_row>
- </table_section>
- <table_section type="body">
- <table_row>
- <table_cell type="data">
- <emph>
- <text>cell</text>
- </emph>
- <text> 1.1</text>
- </table_cell>
- <table_cell type="data">
- <strong>
- <text>cell</text>
- </strong>
- <text> 1.2</text>
- </table_cell>
- </table_row>
- <table_row>
- <table_cell type="data">
- <text>`</text>
- </table_cell>
- <table_cell type="data">
- <text>` 2.1</text>
- </table_cell>
- </table_row>
- <table_row>
- <table_cell type="data">
- <code>|</code>
- <text> 2.1</text>
- </table_cell>
- <table_cell type="data">
- <link destination="/" title="">
- <text>link</text>
- </link>
- </table_cell>
- </table_row>
- <table_row>
- <table_cell type="data">
- <text>_cell_ 4.1</text>
- </table_cell>
- <table_cell type="data" />
- </table_row>
- </table_section>
- </table>
- </document>
|