pandoc/test/command/7589.md
2021-09-23 09:25:37 -07:00

1.5 KiB

% 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
  ( "", [], [] )
  ( Caption Nothing [] )
  [
    ( AlignDefault, ColWidthDefault )
  ,
    ( AlignDefault, ColWidthDefault )
  ,
    ( AlignDefault, ColWidthDefault )
  ,
    ( AlignDefault, ColWidthDefault )
  ,
    ( AlignDefault, ColWidthDefault )
  ,
    ( AlignDefault, ColWidthDefault )
  ]
  ( 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 ( "", [], [] ) [] )
]