Skip to content

Commit 3e2bccc

Browse files
committed
fix astanin#16: remove misleading example showing support of the multiline headers in github format
1 parent 19da809 commit 3e2bccc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

README.md

-10
Original file line numberDiff line numberDiff line change
@@ -502,16 +502,6 @@ a multiline cell, and headers with a multiline cell:
502502
more 42
503503
spam
504504

505-
`github` tables:
506-
507-
>>> print(tabulate(table, headers, tablefmt="github"))
508-
| item | qty |
509-
| name | |
510-
|--------|-------|
511-
| eggs | 451 |
512-
| more | 42 |
513-
| spam | |
514-
515505
`grid` tables:
516506

517507
>>> print(tabulate(table, headers, tablefmt="grid"))

0 commit comments

Comments
 (0)