summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLevi Bostian <levi.bostian@gmail.com>2015-10-04 17:12:49 -0500
committerLevi Bostian <levi.bostian@gmail.com>2015-10-04 17:12:49 -0500
commit15e5d0176328e42c4feeba38e7f6329251c510ae (patch)
tree6327181c0534d8d94929415ed4eb3b5d08bb2804
parent54a3d4cc7a5d49697e5547589204cf5632800823 (diff)
parent795583521a81868ac96db53533fab4dd0c6a7285 (diff)
Merge pull request #1296 from edm00se/patch-1
markdown example: fixed missing ! to create an actual comment
-rw-r--r--markdown.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/markdown.html.markdown b/markdown.html.markdown
index 6d19710f..acb808ea 100644
--- a/markdown.html.markdown
+++ b/markdown.html.markdown
@@ -160,7 +160,7 @@ def foobar
end
\`\`\` <!-- here too, no backslashes, just ``` -->
-<-- The above text doesn't require indenting, plus Github will use syntax
+<!-- The above text doesn't require indenting, plus Github will use syntax
highlighting of the language you specify after the ``` -->
<!-- Horizontal rule (<hr />) -->