packages feed

pandoc-3.11: test/docx/sdt_elements.native

Pandoc
  Meta { unMeta = fromList [] }
  [ Table
      ( "" , [] , [] )
      (Caption Nothing [])
      [ ( AlignCenter , ColWidth 0.16167023554603854 )
      , ( AlignDefault , ColWidth 0.16167023554603854 )
      , ( AlignDefault , ColWidth 0.40920770877944324 )
      ]
      (TableHead
         ( "" , [] , [] )
         [ Row
             ( "" , [] , [] )
             [ Cell
                 ( "" , [] , [] )
                 AlignCenter
                 (RowSpan 1)
                 (ColSpan 1)
                 [ Plain [ Strong [ Str "col1Header" ] ] ]
             , Cell
                 ( "" , [] , [] )
                 AlignCenter
                 (RowSpan 1)
                 (ColSpan 1)
                 [ Plain [ Strong [ Str "col2Header" ] ] ]
             , Cell
                 ( "" , [] , [] )
                 AlignCenter
                 (RowSpan 1)
                 (ColSpan 1)
                 [ Plain [ Strong [ Str "col3Header" ] ] ]
             ]
         ])
      [ TableBody
          ( "" , [] , [] )
          (RowHeadColumns 0)
          []
          [ Row
              ( "" , [] , [] )
              [ Cell
                  ( "" , [] , [] )
                  AlignDefault
                  (RowSpan 1)
                  (ColSpan 1)
                  [ Plain [ Str "col1" , Space , Str "content" ] ]
              , Cell
                  ( "" , [] , [] )
                  AlignDefault
                  (RowSpan 1)
                  (ColSpan 1)
                  [ Plain [ Str "Body" , Space , Str "copy" ] ]
              , Cell
                  ( "" , [] , [] )
                  AlignDefault
                  (RowSpan 1)
                  (ColSpan 1)
                  [ Plain [ Str "col3" , Space , Str "content" ] ]
              ]
          ]
      ]
      (TableFoot ( "" , [] , [] ) [])
  ]