diff --git a/MacDown/Localization/en.lproj/Credits.rtf b/MacDown/Localization/en.lproj/Credits.rtf index 93e036ec..2b8f9f48 100644 --- a/MacDown/Localization/en.lproj/Credits.rtf +++ b/MacDown/Localization/en.lproj/Credits.rtf @@ -74,14 +74,18 @@ Open source Markdown editor for OS X. {\field{\*\fldinst{HYPERLINK "http://www.raizlabs.com"}}{\fldrslt \cf0 Blake Skinner}}\ \pard\pardeftab720\partightenfactor0 {\field{\*\fldinst{HYPERLINK "http://waldo.jaquith.org/"}}{\fldrslt \cf0 Waldo Jaquith}}\ -{\field{\*\fldinst{HYPERLINK "http://www.fabiancanas.com/"}}{\fldrslt Fabian Ca\'f1as}}\ -{\field{\*\fldinst{HYPERLINK "http://yulli.org/"}}{\fldrslt Justin Kim}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://www.fabiancanas.com/"}}{\fldrslt \cf0 Fabian Ca\'f1as}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "http://yulli.org/"}}{\fldrslt \cf0 Justin Kim}}\ {\field{\*\fldinst{HYPERLINK "https://github.com/ronhippler"}}{\fldrslt Andreas Hippler}}\ {\field{\*\fldinst{HYPERLINK "http://orta.io/"}}{\fldrslt Orta}}\ {\field{\*\fldinst{HYPERLINK "https://cattail.me"}}{\fldrslt Chiyu Zhong}}\ {\field{\*\fldinst{HYPERLINK "https://github.com/timtylin"}}{\fldrslt Tim T.Y. Lin}}\ \pard\pardeftab720\partightenfactor0 {\field{\*\fldinst{HYPERLINK "https://github.com/franklinyu"}}{\fldrslt \cf0 Franklin Yu}}\ +\pard\pardeftab720\partightenfactor0 +{\field{\*\fldinst{HYPERLINK "https://github.com/mcw0933"}}{\fldrslt \cf0 Matt C. Wilson}}\ \ \pard\tx560\tx1120\tx1680\tx2240\tx2800\tx3360\tx3920\tx4480\tx5040\tx5600\tx6160\tx6720\partightenfactor0 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