Fossil SCM
Improvements to the hyperlink description in /md_rules.
Commit
b8fac03594f7eb91faba5abd30b2f0a8d77e8774797cbbbae214f9e5024a1b75
Parent
29141af7af66b7e…
1 file changed
+5
-3
+5
-3
| --- src/markdown.md | ||
| +++ src/markdown.md | ||
| @@ -38,21 +38,23 @@ | ||
| 38 | 38 | > * **\[label\]: URL** |
| 39 | 39 | > * **\[label\]: URL "Title"** |
| 40 | 40 | > * **\[label\]: URL 'Title'** |
| 41 | 41 | > * **\[label\]: URL (Title)** |
| 42 | 42 | |
| 43 | -> **URL** may optionally be written **\<URL\>**. | |
| 44 | -> In addition to ordinary URLs, the **URL** may be: | |
| 43 | +> If **URL** begins with "http:", "https:', "ftp:' or "mailto:", | |
| 44 | +> it may optionally be written **\<URL\>** (format 4). | |
| 45 | +> Other **URL** formats include: | |
| 45 | 46 | > <ul> |
| 47 | +> <li> A relative pathname. | |
| 46 | 48 | > <li> A pathname starting with "/" in which case the Fossil server |
| 47 | 49 | > URL prefix is prepended |
| 48 | 50 | > <li> A wiki page name, or a wiki page name preceded by "wiki:" |
| 49 | 51 | > <li> An artifact or ticket hash or hash prefix |
| 50 | 52 | > <li> A date and time stamp: "YYYY-MM-DD HH:MM:SS" or a subset that |
| 51 | 53 | > includes at least the day of the month.</ul> |
| 52 | 54 | |
| 53 | -> In form 8, then the URL becomes the display text. This is useful for | |
| 55 | +> In format 8, then the URL becomes the display text. This is useful for | |
| 54 | 56 | > hyperlinks that refer to wiki pages and check-in and ticket hashes. |
| 55 | 57 | |
| 56 | 58 | ## Fonts ## |
| 57 | 59 | |
| 58 | 60 | > * _\*italic\*_ |
| 59 | 61 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -38,21 +38,23 @@ | |
| 38 | > * **\[label\]: URL** |
| 39 | > * **\[label\]: URL "Title"** |
| 40 | > * **\[label\]: URL 'Title'** |
| 41 | > * **\[label\]: URL (Title)** |
| 42 | |
| 43 | > **URL** may optionally be written **\<URL\>**. |
| 44 | > In addition to ordinary URLs, the **URL** may be: |
| 45 | > <ul> |
| 46 | > <li> A pathname starting with "/" in which case the Fossil server |
| 47 | > URL prefix is prepended |
| 48 | > <li> A wiki page name, or a wiki page name preceded by "wiki:" |
| 49 | > <li> An artifact or ticket hash or hash prefix |
| 50 | > <li> A date and time stamp: "YYYY-MM-DD HH:MM:SS" or a subset that |
| 51 | > includes at least the day of the month.</ul> |
| 52 | |
| 53 | > In form 8, then the URL becomes the display text. This is useful for |
| 54 | > hyperlinks that refer to wiki pages and check-in and ticket hashes. |
| 55 | |
| 56 | ## Fonts ## |
| 57 | |
| 58 | > * _\*italic\*_ |
| 59 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -38,21 +38,23 @@ | |
| 38 | > * **\[label\]: URL** |
| 39 | > * **\[label\]: URL "Title"** |
| 40 | > * **\[label\]: URL 'Title'** |
| 41 | > * **\[label\]: URL (Title)** |
| 42 | |
| 43 | > If **URL** begins with "http:", "https:', "ftp:' or "mailto:", |
| 44 | > it may optionally be written **\<URL\>** (format 4). |
| 45 | > Other **URL** formats include: |
| 46 | > <ul> |
| 47 | > <li> A relative pathname. |
| 48 | > <li> A pathname starting with "/" in which case the Fossil server |
| 49 | > URL prefix is prepended |
| 50 | > <li> A wiki page name, or a wiki page name preceded by "wiki:" |
| 51 | > <li> An artifact or ticket hash or hash prefix |
| 52 | > <li> A date and time stamp: "YYYY-MM-DD HH:MM:SS" or a subset that |
| 53 | > includes at least the day of the month.</ul> |
| 54 | |
| 55 | > In format 8, then the URL becomes the display text. This is useful for |
| 56 | > hyperlinks that refer to wiki pages and check-in and ticket hashes. |
| 57 | |
| 58 | ## Fonts ## |
| 59 | |
| 60 | > * _\*italic\*_ |
| 61 |