diff options
author | kaernyk <kaernyk@users.noreply.github.com> | 2014-09-09 22:12:46 -0400 |
---|---|---|
committer | kaernyk <kaernyk@users.noreply.github.com> | 2014-09-09 22:12:46 -0400 |
commit | 48d022b54d57b246e9923cda5ac8dfb07b0235d1 (patch) | |
tree | 13fc24f1ddf852842aec31526d035f012bcfcb7c /markdown.html.markdown | |
parent | b492bf6f379d9b8ff9d29872b970f2c0f7e5fa41 (diff) | |
parent | fb4b12c567c37144bd107f286b5858267a43eb8a (diff) |
Merge pull request #2 from kaernyk/master
Update repo
Diffstat (limited to 'markdown.html.markdown')
-rw-r--r-- | markdown.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown.html.markdown b/markdown.html.markdown index 9a863bac..805255b8 100644 --- a/markdown.html.markdown +++ b/markdown.html.markdown @@ -10,7 +10,7 @@ Markdown was created by John Gruber in 2004. It's meant to be an easy to read an Give me as much feedback as you want! / Feel free to fork and pull request! -``` +```markdown <!-- Markdown is a superset of HTML, so any HTML file is valid Markdown, that 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 |