2021-09-23 18:25:37 +02:00
|
|
|
```
|
|
|
|
% pandoc -f html -t native
|
|
|
|
<table>
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th>experience</th>
|
|
|
|
<th>expertise</th>
|
|
|
|
<th>paradigms</th>
|
|
|
|
<th>haskell</th>
|
|
|
|
<th>name</th>
|
|
|
|
<th>image</th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody></tbody>
|
|
|
|
</table>
|
|
|
|
^D
|
|
|
|
[ Table
|
2021-09-29 06:17:53 +02:00
|
|
|
( "" , [] , [] )
|
|
|
|
(Caption Nothing [])
|
|
|
|
[ ( AlignDefault , ColWidthDefault )
|
|
|
|
, ( AlignDefault , ColWidthDefault )
|
|
|
|
, ( AlignDefault , ColWidthDefault )
|
|
|
|
, ( AlignDefault , ColWidthDefault )
|
|
|
|
, ( AlignDefault , ColWidthDefault )
|
|
|
|
, ( AlignDefault , ColWidthDefault )
|
2021-09-23 18:25:37 +02:00
|
|
|
]
|
2021-09-29 06:17:53 +02:00
|
|
|
(TableHead
|
|
|
|
( "" , [] , [] )
|
|
|
|
[ Row
|
|
|
|
( "" , [] , [] )
|
|
|
|
[ Cell
|
|
|
|
( "" , [] , [] )
|
|
|
|
AlignDefault
|
|
|
|
(RowSpan 1)
|
|
|
|
(ColSpan 1)
|
|
|
|
[ Plain [ Str "experience" ] ]
|
|
|
|
, Cell
|
|
|
|
( "" , [] , [] )
|
|
|
|
AlignDefault
|
|
|
|
(RowSpan 1)
|
|
|
|
(ColSpan 1)
|
|
|
|
[ Plain [ Str "expertise" ] ]
|
|
|
|
, Cell
|
|
|
|
( "" , [] , [] )
|
|
|
|
AlignDefault
|
|
|
|
(RowSpan 1)
|
|
|
|
(ColSpan 1)
|
|
|
|
[ Plain [ Str "paradigms" ] ]
|
|
|
|
, Cell
|
|
|
|
( "" , [] , [] )
|
|
|
|
AlignDefault
|
|
|
|
(RowSpan 1)
|
|
|
|
(ColSpan 1)
|
|
|
|
[ Plain [ Str "haskell" ] ]
|
|
|
|
, Cell
|
|
|
|
( "" , [] , [] )
|
|
|
|
AlignDefault
|
|
|
|
(RowSpan 1)
|
|
|
|
(ColSpan 1)
|
|
|
|
[ Plain [ Str "name" ] ]
|
|
|
|
, Cell
|
|
|
|
( "" , [] , [] )
|
|
|
|
AlignDefault
|
|
|
|
(RowSpan 1)
|
|
|
|
(ColSpan 1)
|
|
|
|
[ Plain [ Str "image" ] ]
|
|
|
|
]
|
|
|
|
])
|
|
|
|
[ TableBody ( "" , [] , [] ) (RowHeadColumns 0) [] [] ]
|
|
|
|
(TableFoot ( "" , [] , [] ) [])
|
2021-09-23 18:25:37 +02:00
|
|
|
]
|
|
|
|
```
|