mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
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
This commit is contained in:
parent
f23d470961
commit
795583521a
@ -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 />) -->
|
||||
|
Loading…
Reference in New Issue
Block a user