
begin_html 

This file comes out in black since it has no extension, useful for creating 
an html version of an index or README file, for example.

Note that a blank line starts a new paragraph in the html file, as in latex.

If you want to suppress the header, try
{{{
    $ mathcode2html.py --noheader wikiexamples
}}}
You can use three curly braces to set off code fragments or other text, such
as the line above.

<h4>Some sample wiki links:</h4>
<ul>
<li> [link: index.html The main page]
<li> [http://www.amath.washington.edu/~rjl/lprr.html Links on literate programming]
<li> [http://www.amath.washington.edu/~rjl/lprr.html] Links on literate programming
with address appearing as link.
<li> For more examples of wiki formatting, see the README pages of examples
linked from
[http://kingkong.amath.washington.edu/claw4/www/users/apps.html Clawpack 4.4 apps page] or the 
[http://kingkong.amath.washington.edu/claw4/www/users/book.html FVMHP book page]

</ul>

Note that the [ and ] currently have to appear on the same line!

Note also that raw html can be included, such as for the list or section
heading above.

end_html

