About OrgMarkup
Links
Internal Links follow the Wiki Wiki Wiki style, also WikiWords work.
Lists
- Lists start with a
*after one or more spaces from the beginning of a line. - Nested lists are maybe not working correctly yet.
Headers
* h1 ** h2 *** h3 **** h4 ***** h5 ****** h6
Code
You can start a code block with {{{ and end it with }}}, each on its own line. For code inside a line please use `backticks`.
This is a line of code
puts "This is a line of Ruby code"You may also use c, delphi, html, ezamar, nitro_xhtml, plaintext, rhtml, or xml
Text formatting
italic is /italic/
bold is *bold*
underline is _underline_strikethrough is +strikethrough+
blockquoteis
~blockquote~code is =code=and
code is `code`last, but not least, there's also
---- the horizontal ruleTables
| Name | Telephone | Room |
| Mr. X | 777-777 | 42 |
| Mrs. Y | 888-888 | 21 |
| see? | tables | are |
| easy | enough | eh? |
| you can even | use separating elements | but they won't |
| show up | in the | endresult. |
