From bbfdd5548d7930a281dc4f70a2ed6d80ed266bf9 Mon Sep 17 00:00:00 2001 From: Charles Merriam Date: Sun, 19 Apr 2020 04:26:44 -0700 Subject: Fix typo, in the ten cut and pasted versions --- tests/basic/markdown-syntax.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/basic/markdown-syntax.html') diff --git a/tests/basic/markdown-syntax.html b/tests/basic/markdown-syntax.html index 2b79d2d..cd7ba17 100644 --- a/tests/basic/markdown-syntax.html +++ b/tests/basic/markdown-syntax.html @@ -151,7 +151,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 significantly from most other text-to-HTML formatters (including Movable @@ -328,7 +328,7 @@ items in <p> tags in the HTML output. For example, this input </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
     sit amet, consectetuer adipiscing elit. Aliquam hendrerit
-- 
cgit v1.2.1