aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThunderMikey <mikecyj25@gmail.com>2018-03-22 11:02:29 +0000
committerThunderMikey <mikecyj25@gmail.com>2018-03-22 11:02:29 +0000
commit8719678af104fa62e03df99e7cedf6d03534641c (patch)
treef888a339a2823ce77cb4387f7347a97adcf7d92a /README.md
parent0306ae92399536c6ff3d16005dee8cf11992da6b (diff)
downloadFMark-8719678af104fa62e03df99e7cedf6d03534641c.tar.gz
FMark-8719678af104fa62e03df99e7cedf6d03534641c.zip
add paragraph doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
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