summaryrefslogtreecommitdiffhomepage
path: root/markdown.html.markdown
diff options
context:
space:
mode:
authorAdam <adam@adambard.com>2016-10-21 15:35:09 -0700
committerAdam <adam@adambard.com>2016-10-21 15:35:09 -0700
commit620e5d20402be961d27ce6cc6a007204c81391d4 (patch)
treee33427b1aa82c11a8e974ccd8a02b789de4c9737 /markdown.html.markdown
parentde376b4357e79fc847e4c1ae2717946fe05d3bef (diff)
parent0659107a78bddd722df816daa01ee622fb4508d1 (diff)
Merge branch 'master' of github.com:adambard/learnxinyminutes-docs
Diffstat (limited to 'markdown.html.markdown')
-rw-r--r--markdown.html.markdown4
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