Markup Language
From Pentabarf
For formatting the abstracts and descriptions of events and persons pentabarf 0.2.x uses the following formatting syntax. Pentabarf 0.3 uses Markdown as markup language.
| What you type | What it looks like | Description |
|---|---|---|
| //italics// | italics | |
| **bold** | bold | |
| __underlined__ | underlined | |
| [[event:5]] | event:5 | creates a link to the event with the id 5 |
| [[event:5 Great]] | Great | creates a link to Event 5 with the label Great |
| [[person:1]] | person:1 | creates a link to the person with the id 1 |
| [[person:1 Sven]] | Sven | creates a link to the person with the id 1 with the label Sven |
| [http://pentabarf.org] | http://pentabarf.org | creates a link to http://pentabarf.org |
| [http://pentabarf.org Pentabarf] | Pentabarf | creates a link to http://pentabarf.org with the label Pentabarf |
| -Item 1 -Item 2 |
| creates an unordered list |
| *Item 1 *Item 2 |
| creates an unordered list |
| #Item 1 #Item 2 |
| creates an ordered list |
| =Header 1= | Header 1 | |
| ==Header 2== | Header 2 | |
| ===Header 3=== | Header 3 | |
| ====Header 4==== | Header 4 | |
| =====Header 5===== | Header 5 | |
| ======Header 6====== | Header 6 | |
| :Blockquote | |

