Fossil SCM
Document reference links having no second set of square brackets
Commit
2856830e1765b0aec32e4db0f8458ecd97092201dd5bdb805f5029686fc14898
Parent
335d5295978a071…
1 file changed
+3
-2
+3
-2
| --- src/markdown.md | ||
| +++ src/markdown.md | ||
| @@ -25,14 +25,15 @@ | ||
| 25 | 25 | > 2. **\[display text\]\(URL "Title"\)** |
| 26 | 26 | > 3. **\[display text\]\(URL 'Title'\)** |
| 27 | 27 | > 4. **\<URL\>** |
| 28 | 28 | > 5. **\[display text\]\[label\]** |
| 29 | 29 | > 6. **\[display text\]\[\]** |
| 30 | +> 7. **\[display text\]** | |
| 30 | 31 | |
| 31 | -> **URL** may optionally be written **\<URL\>**. With link formats 5 and 6 | |
| 32 | +> **URL** may optionally be written **\<URL\>**. With link formats 5, 6, and 7 | |
| 32 | 33 | > ("reference links"), the URL is supplied elsewhere in the document, as shown |
| 33 | -> below. Link format 6 reuses the display text as the label. Labels are | |
| 34 | +> below. Link formats 6 and 7 reuse the display text as the label. Labels are | |
| 34 | 35 | > case-insensitive. The title may be split onto the next line with optional |
| 35 | 36 | > indenting. |
| 36 | 37 | |
| 37 | 38 | > * **\[label\]: URL** |
| 38 | 39 | > * **\[label\]: URL "Title"** |
| 39 | 40 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -25,14 +25,15 @@ | |
| 25 | > 2. **\[display text\]\(URL "Title"\)** |
| 26 | > 3. **\[display text\]\(URL 'Title'\)** |
| 27 | > 4. **\<URL\>** |
| 28 | > 5. **\[display text\]\[label\]** |
| 29 | > 6. **\[display text\]\[\]** |
| 30 | |
| 31 | > **URL** may optionally be written **\<URL\>**. With link formats 5 and 6 |
| 32 | > ("reference links"), the URL is supplied elsewhere in the document, as shown |
| 33 | > below. Link format 6 reuses the display text as the label. Labels are |
| 34 | > case-insensitive. The title may be split onto the next line with optional |
| 35 | > indenting. |
| 36 | |
| 37 | > * **\[label\]: URL** |
| 38 | > * **\[label\]: URL "Title"** |
| 39 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -25,14 +25,15 @@ | |
| 25 | > 2. **\[display text\]\(URL "Title"\)** |
| 26 | > 3. **\[display text\]\(URL 'Title'\)** |
| 27 | > 4. **\<URL\>** |
| 28 | > 5. **\[display text\]\[label\]** |
| 29 | > 6. **\[display text\]\[\]** |
| 30 | > 7. **\[display text\]** |
| 31 | |
| 32 | > **URL** may optionally be written **\<URL\>**. With link formats 5, 6, and 7 |
| 33 | > ("reference links"), the URL is supplied elsewhere in the document, as shown |
| 34 | > below. Link formats 6 and 7 reuse the display text as the label. Labels are |
| 35 | > case-insensitive. The title may be split onto the next line with optional |
| 36 | > indenting. |
| 37 | |
| 38 | > * **\[label\]: URL** |
| 39 | > * **\[label\]: URL "Title"** |
| 40 |