As carriage returns are preserved, simply add a newline to begin a new paragraph.
A line starting with !s becomes a header line.
A line starting with _ (underscore) becomes a horizontal line. This is often used to separate topics.
Using lines starting with #s and -s, creates a list: A block of lines, where each line starts with - is transformed into a bulleted list, where each line is an entry. A block of lines, where each line starts with # is transformed into an ordered list, where each line is an entry.
To create a table, start off the lines with | and separate the elements with |s. Each new line represents a new row of the table.
To create a preformatted section, begin each line with =. A preformatted section preserves spacing.
To create a link, put it between *s. There are three different types of links:
*Title of Item*), a link to that item shows up when the page is saved. In case the item does not already exist, the link shows up with a create-button next to it; click on it to create the new item.*http://www.google.ch*), a link to that external page shows up.*self@mail.me.com*), a link to mail that person shows up, but it is obfuscated to prevent robots from collecting.You can also alias all these links using >. So, you can create a link like this: *Alias>Reference*. The link will show up as Alias, but link to Reference. For images, the alias text will become the alternate text for the image.
Use any HTML anywhere you want. Some useful HTML tags are:
<b> and </b>.<i> and </i>.<u> and </u>.The MIT License
Copyright (c) 2003 Lukas Renggli
Copyright (c) 2003 Software Composition Group, University of Berne
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.