From a63d885cc837ba2d2791b3aa748619a46b62b246 Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 3 Feb 2018 05:35:21 +0100 Subject: [PATCH] Update Tables documentation (#1361) --- docs/user-guide/writing-your-docs.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user-guide/writing-your-docs.md b/docs/user-guide/writing-your-docs.md index 4514451f..91fde615 100644 --- a/docs/user-guide/writing-your-docs.md +++ b/docs/user-guide/writing-your-docs.md @@ -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