Skip to content

Commit a20d8dc

Browse files
committed
hide the second hline in headerless latex tables
1 parent ed4ecf5 commit a20d8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabulate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
usecolons=False,
148148
usehtmlattrs=False,
149149
with_header_hide=[],
150-
without_header_hide=[])}
150+
without_header_hide=["linebelowheader"])}
151151

152152

153153
tabulate_formats = list(sorted(_table_formats.keys()))

0 commit comments

Comments
 (0)