diff options
Diffstat (limited to 'tests/basic/markdown-syntax.txt')
| -rw-r--r-- | tests/basic/markdown-syntax.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/basic/markdown-syntax.txt b/tests/basic/markdown-syntax.txt index fabec2e..38f6e78 100644 --- a/tests/basic/markdown-syntax.txt +++ b/tests/basic/markdown-syntax.txt @@ -186,7 +186,7 @@ and `&` in your example code needs to be escaped.) A paragraph is simply one or more consecutive lines of text, separated by one or more blank lines. (A blank line is any line that looks like a blank line -- a line containing nothing but spaces or tabs is considered -blank.) Normal paragraphs should not be intended with spaces or tabs. +blank.) Normal paragraphs should not be indented with spaces or tabs. The implication of the "one or more consecutive lines of text" rule is that Markdown supports "hard-wrapped" text paragraphs. This differs @@ -401,7 +401,7 @@ will turn into: </ul> List items may consist of multiple paragraphs. Each subsequent -paragraph in a list item must be intended by either 4 spaces +paragraph in a list item must be indented by either 4 spaces or one tab: 1. This is a list item with two paragraphs. Lorem ipsum dolor |
