Update Tables documentation (#1361)

This commit is contained in:
Mario
2018-02-03 05:35:21 +01:00
committed by Waylan Limberg
parent a991b7a7e6
commit a63d885cc8

View File

@@ -389,6 +389,9 @@ Note that table cells cannot contain any block level elements and cannot contain
multiple lines of text. They can, however, include inline Markdown as defined in
Markdown's [syntax] rules.
Additionally, a table must be surrounded by blank lines. There must be a blank
line before and after the table.
[tables]: https://python-markdown.github.io/extensions/tables/
### Fenced code blocks