aboutsummaryrefslogtreecommitdiff
path: root/test/command/11128.md
blob: ed0cbeb936be10918b126ccef862dabbc5a2f0c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
```
% pandoc -f html -t markdown_strict+pipe_tables-raw_html
<table>
<tr>
<th class="" colspan="2" rowspan="1"><b>Subject</b></th>
<th class=""><b>Grade</b></th>
</tr>
<tr>
<td class="" colspan="1" rowspan="2">Physics</td>
<td class="">Practical</td>
<td class="">A</td>
</tr>
<tr>
<td class="">Theory</td>
<td class="">B+</td>
</tr>
</table>
^D
| **Subject** |           | **Grade** |
|-------------|-----------|-----------|
| Physics     | Practical | A         |
|             | Theory    | B+        |
```