summaryrefslogtreecommitdiffhomepage
path: root/markdown.html.markdown
diff options
context:
space:
mode:
authorJacob Ward <jacobward1898@gmail.com>2015-11-02 08:29:25 -0700
committerJacob Ward <jacobward1898@gmail.com>2015-11-02 08:29:25 -0700
commit2469dd6f445bee0758c621a99e24fea8adc97c59 (patch)
treeddd4e1bbb336e77bd0aabdd6bdd2cfcda0e23d9f /markdown.html.markdown
parent6d705f17b6295be0525ff98a94dd4703912e3654 (diff)
fix line breaks
Diffstat (limited to 'markdown.html.markdown')
-rw-r--r--markdown.html.markdown4
1 files changed, 3 insertions, 1 deletions
diff --git a/markdown.html.markdown b/markdown.html.markdown
index fdc59067..8961c995 100644
--- a/markdown.html.markdown
+++ b/markdown.html.markdown
@@ -27,7 +27,9 @@ specific to a certain parser.
## HTML Elements
Markdown is a superset of HTML, so any HTML file is valid Markdown.
```markdown
-<!--This means we can use HTML elements in Markdown, such as the comment element, and they won't be affected by a markdown parser. However, if you create an HTML element in your markdown file, you cannot use markdown syntax within that element's contents.-->
+<!--This means we can use HTML elements in Markdown, such as the comment element,
+and they won't be affected by a markdown parser. However, if you create an HTML element
+in your markdown file, you cannot use markdown syntax within that element's contents.-->
```
## Headings