We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6437801 commit bf95169Copy full SHA for bf95169
benchmarks/benchmarks.jl
@@ -100,4 +100,5 @@ PrettyTables.pretty_table(
100
header=header,
101
tf=PrettyTables.tf_markdown,
102
formatters=ft_printf("%.1f", [6, 7]),
103
+ crop=:none, # Always print the whole table, even if it doesn't fit in the terminal.
104
)
0 commit comments