From 8719678af104fa62e03df99e7cedf6d03534641c Mon Sep 17 00:00:00 2001 From: ThunderMikey Date: Thu, 22 Mar 2018 11:02:29 +0000 Subject: add paragraph doc --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7d9d504..522c8d1 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,19 @@ A reference implementation of the simple markdown can be found [here](http://spe * Two spaces as one level of indentation. * A tab, `\t` character will be interpreted as four spaces, therefore two levels of indentation. +### Paragraphs + +A paragraph is some characters that does not match: +* CodeBlock +* Header +* ContentTable +* List +* Quote +* Table +* Reference + +It terminates with two endlines. Any elements mentions above cannot exist in a paragraph. Otherwise, they will become normal text, and will not be rendered as expected. + # Markdown extensions (not included in standard Markdown) ## Macros -- cgit