Fossil SCM
Fix typo and avoid nested double quotes in wiki format guide.
Commit
8a5f192b40401748a8e96b1b66182c7ac88e3f75
Parent
8b3f1b5b25e5f54…
1 file changed
+2
-2
+2
-2
| --- src/wiki.c | ||
| +++ src/wiki.c | ||
| @@ -891,11 +891,11 @@ | ||
| 891 | 891 | @ <li>Blank lines are paragraph breaks</li> |
| 892 | 892 | @ <li>Bullets are "*" surrounded by two spaces at the beginning of the |
| 893 | 893 | @ line.</li> |
| 894 | 894 | @ <li>Enumeration items are "#" surrounded by two spaces at the beginning of |
| 895 | 895 | @ a line.</li> |
| 896 | - @ <li>Indented pargraphs begin with a tab or two spaces.</li> | |
| 896 | + @ <li>Indented paragraphs begin with a tab or two spaces.</li> | |
| 897 | 897 | @ <li>Hyperlinks are contained with square brackets: "[target]" or |
| 898 | 898 | @ "[target|name]".</li> |
| 899 | 899 | @ <li>Most ordinary HTML works.</li> |
| 900 | 900 | @ <li><verbatim> and <nowiki>.</li> |
| 901 | 901 | @ </ol> |
| @@ -927,11 +927,11 @@ | ||
| 927 | 927 | @ target can be a wiki page name, the artifact ID of a check-in or ticket, |
| 928 | 928 | @ the name of an image, or a URL. By default, the target is displayed |
| 929 | 929 | @ as the text of the hyperlink. But you can specify alternative text |
| 930 | 930 | @ after the target name separated by a "|" character.</p> |
| 931 | 931 | @ <p>You can also link to internal anchor names using [#anchor-name], providing |
| 932 | - @ you have added the necessary "<a name="anchor-name"></a>" | |
| 932 | + @ you have added the necessary "<a name='anchor-name'></a>" | |
| 933 | 933 | @ tag to your wiki page.</p></li> |
| 934 | 934 | @ <li> <p><span class="wikiruleHead">HTML</span>. |
| 935 | 935 | @ The following standard HTML elements may be used: |
| 936 | 936 | show_allowed_wiki_markup(); |
| 937 | 937 | @ . There are two non-standard elements available: |
| 938 | 938 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -891,11 +891,11 @@ | |
| 891 | @ <li>Blank lines are paragraph breaks</li> |
| 892 | @ <li>Bullets are "*" surrounded by two spaces at the beginning of the |
| 893 | @ line.</li> |
| 894 | @ <li>Enumeration items are "#" surrounded by two spaces at the beginning of |
| 895 | @ a line.</li> |
| 896 | @ <li>Indented pargraphs begin with a tab or two spaces.</li> |
| 897 | @ <li>Hyperlinks are contained with square brackets: "[target]" or |
| 898 | @ "[target|name]".</li> |
| 899 | @ <li>Most ordinary HTML works.</li> |
| 900 | @ <li><verbatim> and <nowiki>.</li> |
| 901 | @ </ol> |
| @@ -927,11 +927,11 @@ | |
| 927 | @ target can be a wiki page name, the artifact ID of a check-in or ticket, |
| 928 | @ the name of an image, or a URL. By default, the target is displayed |
| 929 | @ as the text of the hyperlink. But you can specify alternative text |
| 930 | @ after the target name separated by a "|" character.</p> |
| 931 | @ <p>You can also link to internal anchor names using [#anchor-name], providing |
| 932 | @ you have added the necessary "<a name="anchor-name"></a>" |
| 933 | @ tag to your wiki page.</p></li> |
| 934 | @ <li> <p><span class="wikiruleHead">HTML</span>. |
| 935 | @ The following standard HTML elements may be used: |
| 936 | show_allowed_wiki_markup(); |
| 937 | @ . There are two non-standard elements available: |
| 938 |
| --- src/wiki.c | |
| +++ src/wiki.c | |
| @@ -891,11 +891,11 @@ | |
| 891 | @ <li>Blank lines are paragraph breaks</li> |
| 892 | @ <li>Bullets are "*" surrounded by two spaces at the beginning of the |
| 893 | @ line.</li> |
| 894 | @ <li>Enumeration items are "#" surrounded by two spaces at the beginning of |
| 895 | @ a line.</li> |
| 896 | @ <li>Indented paragraphs begin with a tab or two spaces.</li> |
| 897 | @ <li>Hyperlinks are contained with square brackets: "[target]" or |
| 898 | @ "[target|name]".</li> |
| 899 | @ <li>Most ordinary HTML works.</li> |
| 900 | @ <li><verbatim> and <nowiki>.</li> |
| 901 | @ </ol> |
| @@ -927,11 +927,11 @@ | |
| 927 | @ target can be a wiki page name, the artifact ID of a check-in or ticket, |
| 928 | @ the name of an image, or a URL. By default, the target is displayed |
| 929 | @ as the text of the hyperlink. But you can specify alternative text |
| 930 | @ after the target name separated by a "|" character.</p> |
| 931 | @ <p>You can also link to internal anchor names using [#anchor-name], providing |
| 932 | @ you have added the necessary "<a name='anchor-name'></a>" |
| 933 | @ tag to your wiki page.</p></li> |
| 934 | @ <li> <p><span class="wikiruleHead">HTML</span>. |
| 935 | @ The following standard HTML elements may be used: |
| 936 | show_allowed_wiki_markup(); |
| 937 | @ . There are two non-standard elements available: |
| 938 |