diff options
author | Jacob Ward <jacobward1898@gmail.com> | 2015-11-01 19:38:55 -0700 |
---|---|---|
committer | Jacob Ward <jacobward1898@gmail.com> | 2015-11-01 19:38:55 -0700 |
commit | c32a8b2ca157c1be2d3fa67fe429a5e2e92241b6 (patch) | |
tree | 4af98b90573985abedffc2b8a8de0d1ca1f0b5f9 /markdown.html.markdown | |
parent | cf9c94934533dbd3c96ac35d94bc88e50154c7ac (diff) |
Removed extraneous characters.
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 7be37f81..e148213c 100644 --- a/markdown.html.markdown +++ b/markdown.html.markdown @@ -242,7 +242,7 @@ Markdown also supports reference style links. ``` The title can also be in single quotes or in parentheses, or omitted entirely. The references can be anywhere in your document and the reference IDs -can be anything so long as they are unique. --> +can be anything so long as they are unique. There is also "implicit naming" which lets you use the link text as the id. ```markdown |