From 8212a5ddb4b8856000429e4a23d601af6857a550 Mon Sep 17 00:00:00 2001 From: "Matt C. Wilson" Date: Wed, 2 Nov 2016 00:14:09 -0400 Subject: [PATCH] Fix #548 --- MacDown/Resources/help.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/MacDown/Resources/help.md b/MacDown/Resources/help.md index 96ef8e8c..36af8481 100644 --- a/MacDown/Resources/help.md +++ b/MacDown/Resources/help.md @@ -30,12 +30,21 @@ Before I tell you about all the extra syntaxes and capabilities I have, I'll int ### Line Breaks To force a line break, put two spaces and a newline (return) at the end of the line. - These lines - won't break +* This two-line bullet +won't break - These lines - will break +* This two-line bullet +will break +Here is the code: + +``` +* This two-line bullet +won't break + +* This two-line bullet +will break +``` ### Strong and Emphasize