diff options
author | Joyce Kung <thejoycekung@users.noreply.github.com> | 2016-10-04 09:41:21 -0400 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-10-04 15:41:21 +0200 |
commit | 529bf540e0f761498690560b863330c7a2e3c8e3 (patch) | |
tree | 656c0f028ce2068864ea011ec4d5ca1f0b8195c3 /markdown.html.markdown | |
parent | 5bebeff0c32bb1ff1edbe7d1fdc68c82cbf44e11 (diff) |
Fixed "<br />" example tag by showing it as code (#2411)
Diffstat (limited to 'markdown.html.markdown')
-rw-r--r-- | markdown.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/markdown.html.markdown b/markdown.html.markdown index bdf42368..a1f5173b 100644 --- a/markdown.html.markdown +++ b/markdown.html.markdown @@ -96,7 +96,7 @@ I'm still in paragraph 2 too! I'm in paragraph three! ``` -Should you ever want to insert an HTML <br /> tag, you can end a paragraph +Should you ever want to insert an HTML `<br />` tag, you can end a paragraph with two or more spaces and then begin a new paragraph. ```markdown @@ -147,7 +147,7 @@ Ordered lists are done with a number followed by a period. 3. Item three ``` -You don't even have to label the items correctly and markdown will still +You don't even have to label the items correctly and Markdown will still render the numbers in order, but this may not be a good idea. ```markdown |