Unfuddle STACK Help
Formatting Text Fields
It is simple to add bold, italics, headings, images and other elements to your text. Unfuddle allows administrators to choose between two simple, but powerful markup languages: Markdown and Textile. Full tutorials on Markdown and Textile can be found at their respective websites.
Please note that Markdown formatting will not be applied to text in a code block.
Desired Result | Markdown |
---|---|
Heading 1 Heading 2 Heading 3 |
|
Paragraphs are surrounded by blank lines. This is paragraph one. This is paragraph two. |
|
This is italicized. This is italicized. This is bolded. This is bolded. |
|
|
|
link text |
|
Blockquoted Text |
|
|
(Four leading spaces on each line of code) |
Visit the official Markdown site to learn more.