Fossil SCM
Add the "Special Features" subheading in the Markdown documentation.
Commit
a6725ea5c5b924bd3e0944d1d6e8b76c75a24275
Parent
38a4707413e3b3b…
1 file changed
+8
+8
| --- src/markdown.md | ||
| +++ src/markdown.md | ||
| @@ -59,5 +59,13 @@ | ||
| 59 | 59 | > * Use HTML for complex formatting issues. |
| 60 | 60 | > * Escape special characters (ex: "\[", "\(", "\*") |
| 61 | 61 | > using backslash (ex: "\\\[", "\\\(", "\\\*"). |
| 62 | 62 | > * See [daringfireball.net](http://daringfireball.net/projects/markdown/syntax) |
| 63 | 63 | > for additional information. |
| 64 | + | |
| 65 | +## Special Features For Fossil ## | |
| 66 | + | |
| 67 | +> * In hyperlinks, if the URL begins with "/" then the root of the Fossil | |
| 68 | +> repository is prepended. This allows for repository-relative hyperlinks. | |
| 69 | +> * For documents that begin with top-level heading (ex: "# heading #"), the | |
| 70 | +> heading is omitted from the body of the document and becomes the document | |
| 71 | +> title displayed at the top of the Fossil page. | |
| 64 | 72 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -59,5 +59,13 @@ | |
| 59 | > * Use HTML for complex formatting issues. |
| 60 | > * Escape special characters (ex: "\[", "\(", "\*") |
| 61 | > using backslash (ex: "\\\[", "\\\(", "\\\*"). |
| 62 | > * See [daringfireball.net](http://daringfireball.net/projects/markdown/syntax) |
| 63 | > for additional information. |
| 64 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -59,5 +59,13 @@ | |
| 59 | > * Use HTML for complex formatting issues. |
| 60 | > * Escape special characters (ex: "\[", "\(", "\*") |
| 61 | > using backslash (ex: "\\\[", "\\\(", "\\\*"). |
| 62 | > * See [daringfireball.net](http://daringfireball.net/projects/markdown/syntax) |
| 63 | > for additional information. |
| 64 | |
| 65 | ## Special Features For Fossil ## |
| 66 | |
| 67 | > * In hyperlinks, if the URL begins with "/" then the root of the Fossil |
| 68 | > repository is prepended. This allows for repository-relative hyperlinks. |
| 69 | > * For documents that begin with top-level heading (ex: "# heading #"), the |
| 70 | > heading is omitted from the body of the document and becomes the document |
| 71 | > title displayed at the top of the Fossil page. |
| 72 |