diff options
author | Eric McCormick <edm00se@users.noreply.github.com> | 2015-10-02 13:50:07 -0500 |
---|---|---|
committer | Eric McCormick <edm00se@users.noreply.github.com> | 2015-10-02 13:50:07 -0500 |
commit | 795583521a81868ac96db53533fab4dd0c6a7285 (patch) | |
tree | f641815b74b789867d9c997d5efc001fb4943783 /markdown.html.markdown | |
parent | f23d470961b952b3e6c3aa27ec2c48edd657baf0 (diff) |
fixed missing ! to create an actual comment
... which was causing everything subsequently to be rendered as code block, as the triple back tick (which should be inside a comment) wasn't being escaped as part of a 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 />) --> |