diff options
author | Levi Bostian <levi.bostian@gmail.com> | 2015-10-04 17:12:49 -0500 |
---|---|---|
committer | Levi Bostian <levi.bostian@gmail.com> | 2015-10-04 17:12:49 -0500 |
commit | 15e5d0176328e42c4feeba38e7f6329251c510ae (patch) | |
tree | 6327181c0534d8d94929415ed4eb3b5d08bb2804 /markdown.html.markdown | |
parent | 54a3d4cc7a5d49697e5547589204cf5632800823 (diff) | |
parent | 795583521a81868ac96db53533fab4dd0c6a7285 (diff) |
Merge pull request #1296 from edm00se/patch-1
markdown example: fixed missing ! to create an actual comment
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 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 />) --> |