|
| 1 | +DocTable |
| 2 | + Table |
| 3 | + {tableBodyRows = [TableRow |
| 4 | + [TableCell |
| 5 | + {tableCellColspan = 1, |
| 6 | + tableCellContents = DocString " body row 1, column 1 ", |
| 7 | + tableCellRowspan = 1}, |
| 8 | + TableCell |
| 9 | + {tableCellColspan = 1, |
| 10 | + tableCellContents = DocString " column 2 ", |
| 11 | + tableCellRowspan = 1}, |
| 12 | + TableCell |
| 13 | + {tableCellColspan = 1, |
| 14 | + tableCellContents = DocString " column 3 ", |
| 15 | + tableCellRowspan = 1}, |
| 16 | + TableCell |
| 17 | + {tableCellColspan = 1, |
| 18 | + tableCellContents = DocString " column 4 ", |
| 19 | + tableCellRowspan = 1}], |
| 20 | + TableRow |
| 21 | + [TableCell |
| 22 | + {tableCellColspan = 1, |
| 23 | + tableCellContents = DocString " body row 2 ", |
| 24 | + tableCellRowspan = 1}, |
| 25 | + TableCell |
| 26 | + {tableCellColspan = 3, |
| 27 | + tableCellContents = DocString " Cells may span columns. ", |
| 28 | + tableCellRowspan = 1}], |
| 29 | + TableRow |
| 30 | + [TableCell |
| 31 | + {tableCellColspan = 1, |
| 32 | + tableCellContents = DocString " body row 3 ", |
| 33 | + tableCellRowspan = 1}, |
| 34 | + TableCell |
| 35 | + {tableCellColspan = 1, |
| 36 | + tableCellContents = DocString |
| 37 | + (concat |
| 38 | + [" Cells may \n", |
| 39 | + " span rows. \n", |
| 40 | + " "]), |
| 41 | + tableCellRowspan = 2}, |
| 42 | + TableCell |
| 43 | + {tableCellColspan = 2, |
| 44 | + tableCellContents = DocAppend |
| 45 | + (DocString " ") |
| 46 | + (DocAppend |
| 47 | + (DocMathDisplay |
| 48 | + (concat |
| 49 | + [" \n", |
| 50 | + " f(n) = \\sum_{i=1} \n", |
| 51 | + " "])) |
| 52 | + (DocString " ")), |
| 53 | + tableCellRowspan = 2}], |
| 54 | + TableRow |
| 55 | + [TableCell |
| 56 | + {tableCellColspan = 1, |
| 57 | + tableCellContents = DocString " body row 4 ", |
| 58 | + tableCellRowspan = 1}]], |
| 59 | + tableHeaderRows = [TableRow |
| 60 | + [TableCell |
| 61 | + {tableCellColspan = 1, |
| 62 | + tableCellContents = DocString |
| 63 | + (concat |
| 64 | + [" Header row, column 1 \n", |
| 65 | + " (header rows optional) "]), |
| 66 | + tableCellRowspan = 1}, |
| 67 | + TableCell |
| 68 | + {tableCellColspan = 1, |
| 69 | + tableCellContents = DocString |
| 70 | + (concat [" Header 2 \n", " "]), |
| 71 | + tableCellRowspan = 1}, |
| 72 | + TableCell |
| 73 | + {tableCellColspan = 1, |
| 74 | + tableCellContents = DocString |
| 75 | + (concat [" Header 3 \n", " "]), |
| 76 | + tableCellRowspan = 1}, |
| 77 | + TableCell |
| 78 | + {tableCellColspan = 1, |
| 79 | + tableCellContents = DocString |
| 80 | + (concat [" Header 4 \n", " "]), |
| 81 | + tableCellRowspan = 1}]]} |
0 commit comments