table.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <document xmlns="http://commonmark.org/xml/1.0">
  3. <table>
  4. <table_section type="head">
  5. <table_row>
  6. <table_cell type="header" align="left">
  7. <text>header 1</text>
  8. </table_cell>
  9. <table_cell type="header" align="center">
  10. <text>header 2</text>
  11. </table_cell>
  12. <table_cell type="header" align="right">
  13. <text>header 2</text>
  14. </table_cell>
  15. </table_row>
  16. </table_section>
  17. <table_section type="body">
  18. <table_row>
  19. <table_cell type="data" align="left">
  20. <text>cell 1.1</text>
  21. </table_cell>
  22. <table_cell type="data" align="center">
  23. <text>cell 1.2</text>
  24. </table_cell>
  25. <table_cell type="data" align="right">
  26. <text>cell 1.3</text>
  27. </table_cell>
  28. </table_row>
  29. <table_row>
  30. <table_cell type="data" align="left">
  31. <text>cell 2.1</text>
  32. </table_cell>
  33. <table_cell type="data" align="center">
  34. <text>cell 2.2</text>
  35. </table_cell>
  36. <table_cell type="data" align="right">
  37. <text>cell 2.3</text>
  38. </table_cell>
  39. </table_row>
  40. </table_section>
  41. </table>
  42. <table>
  43. <table_section type="head">
  44. <table_row>
  45. <table_cell type="header">
  46. <emph>
  47. <text>header</text>
  48. </emph>
  49. <text> 1</text>
  50. </table_cell>
  51. <table_cell type="header">
  52. <strong>
  53. <text>header 2</text>
  54. </strong>
  55. </table_cell>
  56. </table_row>
  57. </table_section>
  58. <table_section type="body">
  59. <table_row>
  60. <table_cell type="data">
  61. <emph>
  62. <text>cell</text>
  63. </emph>
  64. <text> 1.1</text>
  65. </table_cell>
  66. <table_cell type="data">
  67. <strong>
  68. <text>cell</text>
  69. </strong>
  70. <text> 1.2</text>
  71. </table_cell>
  72. </table_row>
  73. <table_row>
  74. <table_cell type="data">
  75. <text>`</text>
  76. </table_cell>
  77. <table_cell type="data">
  78. <text>` 2.1</text>
  79. </table_cell>
  80. </table_row>
  81. <table_row>
  82. <table_cell type="data">
  83. <code>|</code>
  84. <text> 2.1</text>
  85. </table_cell>
  86. <table_cell type="data">
  87. <link destination="/" title="">
  88. <text>link</text>
  89. </link>
  90. </table_cell>
  91. </table_row>
  92. <table_row>
  93. <table_cell type="data">
  94. <text>_cell_ 4.1</text>
  95. </table_cell>
  96. <table_cell type="data" />
  97. </table_row>
  98. </table_section>
  99. </table>
  100. </document>