diff options
Diffstat (limited to 'src/Text/Pandoc/Writers/Typst.hs')
| -rw-r--r-- | src/Text/Pandoc/Writers/Typst.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Text/Pandoc/Writers/Typst.hs b/src/Text/Pandoc/Writers/Typst.hs index 515f0bee7..007e0881e 100644 --- a/src/Text/Pandoc/Writers/Typst.hs +++ b/src/Text/Pandoc/Writers/Typst.hs @@ -183,7 +183,6 @@ blockToTypst block = $$ nest 2 ( "columns: " <> text (show numcols) <> "," -- auto $$ "align: (col, row) => " <> alignarray <> ".at(col)," - $$ "inset: 6pt" <> "," $$ hsep (map ((<>",") . brackets) headers') $$ vcat (map (\x -> brackets x <> ",") (concat rows')) ) |
