Still just feeling my way through the Fossil code. I'd like to attempt a trivial commit to make sure I have that right. For the moment I just corrected a bit of spelling and formatting in the wiki formatting documentation. The patch is below. If anyone objects, speak up in the next couple hours. There's no need to muck around with branches for something like this.

$ f diff
Index: src/wiki.c
==================================================================
--- src/wiki.c
+++ src/wiki.c
@@ -891,11 +891,11 @@
   @ <li>Blank lines are paragraph breaks</li>
   @ <li>Bullets are "*" surrounded by two spaces at the beginning of the
   @ line.</li>
@ <li>Enumeration items are "#" surrounded by two spaces at the beginning of
   @ a line.</li>
-  @ <li>Indented pargraphs begin with a tab or two spaces.</li>
+  @ <li>Indented paragraphs begin with a tab or two spaces.</li>
   @ <li>Hyperlinks are contained with square brackets:  "[target]" or
   @ "[target|name]".</li>
   @ <li>Most ordinary HTML works.</li>
   @ <li>&lt;verbatim&gt; and &lt;nowiki&gt;.</li>
   @ </ol>
@@ -927,11 +927,11 @@
@ target can be a wiki page name, the artifact ID of a check-in or ticket,
   @ the name of an image, or a URL.  By default, the target is displayed
   @ as the text of the hyperlink.  But you can specify alternative text
   @ after the target name separated by a "|" character.</p>
@ <p>You can also link to internal anchor names using [#anchor-name], providing
-  @ you have added the necessary "&lt;a name="anchor-name"&gt;&lt;/a&gt;"
+  @ you have added the necessary "&lt;a name='anchor-name'&gt;&lt;/a&gt;"
   @ tag to your wiki page.</p></li>
   @ <li> <p><span class="wikiruleHead">HTML</span>.
   @ The following standard HTML elements may be used:
   show_allowed_wiki_markup();
   @ . There are two non-standard elements available:

--
Andy Goth | <andrew.m.goth/at/gmail/dot/com>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to