Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Document reference links having no second set of square brackets |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
2856830e1765b0aec32e4db0f8458ecd |
User & Date: | andygoth 2018-09-28 20:54:44.788 |
Context
2018-09-29
| ||
02:18 | Run "tools/man_page_command_list.tcl fossil.1" to update Fossil man page to include new "common" commands, according to the output of "fossil help" ... (check-in: 7f890aa4 user: andygoth tags: trunk) | |
2018-09-28
| ||
20:54 | Document reference links having no second set of square brackets ... (check-in: 2856830e user: andygoth tags: trunk) | |
14:59 | Fix typo in the event.wiki page. ... (check-in: 335d5295 user: drh tags: trunk) | |
Changes
Changes to src/markdown.md.
︙ | ︙ | |||
23 24 25 26 27 28 29 30 | > 1. **\[display text\]\(URL\)** > 2. **\[display text\]\(URL "Title"\)** > 3. **\[display text\]\(URL 'Title'\)** > 4. **\<URL\>** > 5. **\[display text\]\[label\]** > 6. **\[display text\]\[\]** | > | | | 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | > 1. **\[display text\]\(URL\)** > 2. **\[display text\]\(URL "Title"\)** > 3. **\[display text\]\(URL 'Title'\)** > 4. **\<URL\>** > 5. **\[display text\]\[label\]** > 6. **\[display text\]\[\]** > 7. **\[display text\]** > **URL** may optionally be written **\<URL\>**. With link formats 5, 6, and 7 > ("reference links"), the URL is supplied elsewhere in the document, as shown > below. Link formats 6 and 7 reuse the display text as the label. Labels are > case-insensitive. The title may be split onto the next line with optional > indenting. > * **\[label\]: URL** > * **\[label\]: URL "Title"** > * **\[label\]: URL 'Title'** > * **\[label\]: URL (Title)** |
︙ | ︙ |