Fossil SCM
[886c302b3f] Added documentation for <nowiki>[#anchor]</nowiki> style links
Commit
dddc5140535ceacb577998904f0350de614629cc
Parent
1e2ec3ff8746f9f…
1 file changed
+3
+3
| --- src/wiki.c | ||
| +++ src/wiki.c | ||
| @@ -670,10 +670,13 @@ | ||
| 670 | 670 | @ Text within square brackets ("[...]") becomes a hyperlink. The |
| 671 | 671 | @ target can be a wiki page name, the artifact ID of a check-in or ticket, |
| 672 | 672 | @ the name of an image, or a URL. By default, the target is displayed |
| 673 | 673 | @ as the text of the hyperlink. But you can specify alternative text |
| 674 | 674 | @ after the target name separated by a "|" character.</p> |
| 675 | + @ <p>You can also link to internal anchor names using [#anchor-name], providing | |
| 676 | + @ you have added the necessary "<a name="anchor-name"></a>" | |
| 677 | + @ tag to your wiki page.</p> | |
| 675 | 678 | @ <li> <p><b>HTML</b>. |
| 676 | 679 | @ The following standard HTML elements may be used: |
| 677 | 680 | @ <a> |
| 678 | 681 | @ <address> |
| 679 | 682 | @ <b> |
| 680 | 683 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -670,10 +670,13 @@ | |
| 670 | @ Text within square brackets ("[...]") becomes a hyperlink. The |
| 671 | @ target can be a wiki page name, the artifact ID of a check-in or ticket, |
| 672 | @ the name of an image, or a URL. By default, the target is displayed |
| 673 | @ as the text of the hyperlink. But you can specify alternative text |
| 674 | @ after the target name separated by a "|" character.</p> |
| 675 | @ <li> <p><b>HTML</b>. |
| 676 | @ The following standard HTML elements may be used: |
| 677 | @ <a> |
| 678 | @ <address> |
| 679 | @ <b> |
| 680 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -670,10 +670,13 @@ | |
| 670 | @ Text within square brackets ("[...]") becomes a hyperlink. The |
| 671 | @ target can be a wiki page name, the artifact ID of a check-in or ticket, |
| 672 | @ the name of an image, or a URL. By default, the target is displayed |
| 673 | @ as the text of the hyperlink. But you can specify alternative text |
| 674 | @ after the target name separated by a "|" character.</p> |
| 675 | @ <p>You can also link to internal anchor names using [#anchor-name], providing |
| 676 | @ you have added the necessary "<a name="anchor-name"></a>" |
| 677 | @ tag to your wiki page.</p> |
| 678 | @ <li> <p><b>HTML</b>. |
| 679 | @ The following standard HTML elements may be used: |
| 680 | @ <a> |
| 681 | @ <address> |
| 682 | @ <b> |
| 683 |