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