equal
deleted
inserted
replaced
|
1 # name: <table> |
|
2 # key: <tab= |
|
3 # -- |
|
4 <table> |
|
5 <head> |
|
6 <title>$1</title> |
|
7 </head> |
|
8 <thead> |
|
9 <tr> |
|
10 <td>$2</td> |
|
11 <td>$3</td> |
|
12 </tr> |
|
13 </thead> |
|
14 <tbody> |
|
15 <tr> |
|
16 <td>$4</td> |
|
17 <td>$5</td> |
|
18 </tr> |
|
19 </tbody> |
|
20 </table> |