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 Textile formatting will not be applied to text in a code block.
Desired Result | Textile |
---|---|
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 bolded. |
|
|
|
link text <%= img '/images/stack/rss.png', alt: "alt text" %> |
|
Blockquoted Text |
|
|
|
Visit https://redcloth.org/hobix.com/textile/ to learn more.