From 7f56ff0281d547782ee56102de8fdbfbec5fd7c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samy=20Pess=C3=A9?= Date: Thu, 17 Mar 2016 11:53:28 +0100 Subject: [PATCH] Fix doc for paragraph --- docs/syntax/markdown.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/syntax/markdown.md b/docs/syntax/markdown.md index c62392116..3d71143ed 100644 --- a/docs/syntax/markdown.md +++ b/docs/syntax/markdown.md @@ -33,9 +33,6 @@ A paragraph is simply one or more consecutive lines of text, separated by one or Here's a line for us to start with. This line is separated from the one above by two newlines, so it will be a *separate paragraph*. - -This line is also a separate paragraph, but... -This line is only separated by a single newline, so it's a separate line in the *same paragraph*. ``` ### Emphasis {#emphasis}