Fossil SCM
Mention support for HTML-style comments in Markdown reference
Commit
bfc29fb372da4104a21bb691b7351fa4dad4b39e3999fac889c63535d0a638c8
Parent
23895c7b99d9179…
1 file changed
+3
-2
+3
-2
| --- src/markdown.md | ||
| +++ src/markdown.md | ||
| @@ -75,17 +75,18 @@ | ||
| 75 | 75 | > code block. |
| 76 | 76 | |
| 77 | 77 | ## Miscellaneous ## |
| 78 | 78 | |
| 79 | 79 | > * In-line images are made using **\!\[alt-text\]\(image-URL\)**. |
| 80 | -> * Use HTML for complex formatting such as tables and forms. | |
| 80 | +> * Use HTML for advanced formatting such as tables and forms. | |
| 81 | +> * **\<!--** HTML-style comments **-->** are supported. | |
| 81 | 82 | > * Escape special characters (ex: "\[", "\(", "\*") |
| 82 | 83 | > using backslash (ex: "\\\[", "\\\(", "\\\*"). |
| 83 | 84 | > * A line consisting of **---**, **\*\*\***, or **\_\_\_** is a horizontal |
| 84 | 85 | > rule. Spaces and extra **-**/**\***/**_** are allowed. |
| 85 | 86 | > * See [daringfireball.net][] for additional information. |
| 86 | -> * See this page's [Markdown source](/md_rules?txt=1) for more examples. | |
| 87 | +> * See this page's [Markdown source](/md_rules?txt=1) for complex examples. | |
| 87 | 88 | |
| 88 | 89 | ## Special Features For Fossil ## |
| 89 | 90 | |
| 90 | 91 | > * In hyperlinks, if the URL begins with "/" then the root of the Fossil |
| 91 | 92 | > repository is prepended. This allows for repository-relative hyperlinks. |
| 92 | 93 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -75,17 +75,18 @@ | |
| 75 | > code block. |
| 76 | |
| 77 | ## Miscellaneous ## |
| 78 | |
| 79 | > * In-line images are made using **\!\[alt-text\]\(image-URL\)**. |
| 80 | > * Use HTML for complex formatting such as tables and forms. |
| 81 | > * Escape special characters (ex: "\[", "\(", "\*") |
| 82 | > using backslash (ex: "\\\[", "\\\(", "\\\*"). |
| 83 | > * A line consisting of **---**, **\*\*\***, or **\_\_\_** is a horizontal |
| 84 | > rule. Spaces and extra **-**/**\***/**_** are allowed. |
| 85 | > * See [daringfireball.net][] for additional information. |
| 86 | > * See this page's [Markdown source](/md_rules?txt=1) for more examples. |
| 87 | |
| 88 | ## Special Features For Fossil ## |
| 89 | |
| 90 | > * In hyperlinks, if the URL begins with "/" then the root of the Fossil |
| 91 | > repository is prepended. This allows for repository-relative hyperlinks. |
| 92 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -75,17 +75,18 @@ | |
| 75 | > code block. |
| 76 | |
| 77 | ## Miscellaneous ## |
| 78 | |
| 79 | > * In-line images are made using **\!\[alt-text\]\(image-URL\)**. |
| 80 | > * Use HTML for advanced formatting such as tables and forms. |
| 81 | > * **\<!--** HTML-style comments **-->** are supported. |
| 82 | > * Escape special characters (ex: "\[", "\(", "\*") |
| 83 | > using backslash (ex: "\\\[", "\\\(", "\\\*"). |
| 84 | > * A line consisting of **---**, **\*\*\***, or **\_\_\_** is a horizontal |
| 85 | > rule. Spaces and extra **-**/**\***/**_** are allowed. |
| 86 | > * See [daringfireball.net][] for additional information. |
| 87 | > * See this page's [Markdown source](/md_rules?txt=1) for complex examples. |
| 88 | |
| 89 | ## Special Features For Fossil ## |
| 90 | |
| 91 | > * In hyperlinks, if the URL begins with "/" then the root of the Fossil |
| 92 | > repository is prepended. This allows for repository-relative hyperlinks. |
| 93 |