How do I create special formatting?
You can add various types of formatting (e.g. lists, bold text, etc) to your blog entries, comments or profile text.
We employ some simple wiki formatting rules to your text.
For example "'''bold text'''" becomes bold text.
Basic text formatting | ||||||||
|---|---|---|---|---|---|---|---|---|
| Feature | Wiki syntax | Result | ||||||
| Bold | '''bold text''' | bold text | ||||||
| Italic | ''italic text'' | italic text | ||||||
| Preformatted paragraph | <pre>preformatted paragraph</pre> | preformatted paragraph | ||||||
| Horizontal rule | ---- | |||||||
| Headings | = Heading 1 = == Heading 2 == === Heading 3 === | Heading 1Heading 2Heading 3 | ||||||
Lists | ||||||||
| Feature | Wiki syntax | Result | ||||||
| Bulleted list | * List item 1 ** List item 2 *** List item 3 * List item 4 |
| ||||||
| Ordered list | # List item 1 ## List item 2 ### List item 3 # List item 4 |
| ||||||
| Definition list | ; Term 1 : Description 1 ; Term 2 : Description 2 |
| ||||||
| Tables | || Cell 1 || Cell 2 || Cell 3 || |||| Cell 4 || Cell 5 || |
| ||||||
Links | ||||||||
| Feature | Wiki syntax | Result | ||||||
| External link | https://duckduckgo.com/ | https://duckduckgo.com/ | ||||||
| External link label | [https://duckduckgo.com/ DuckDuckGo] | DuckDuckGo | ||||||
| Internal page | [[welcome]] | welcome | ||||||
| Internal page label | [[welcome|This is a page]] | This is a page | ||||||
| Photo link | https://www.meetfighters.com/ Content/Images/down.png | ![]() | ||||||
HTML tags | ||||||||
| Allowed HTML tags: b, i, u, big, small, sub, sup, cite, code, em, s, strike, strong, tt, var, div, center, blockquote, ol, ul, dl, table, caption, section, span, br, p, hr, li, dt, dd, tr, td, th, img | ||||||||
