Compose tips
Text Formats
Filtered Markdown
- Quick Tips:
- Two or more spaces at a line's end = Line break
- Double returns = Paragraph
- *Single asterisks* or _single underscores_ = Emphasis
- **Double** or __double__ = Strong
- This is [a link](http://the.link.example.com "The optional title text")
For complete details on the Markdown syntax, see the Markdown documentation and Markdown Extra documentation for tables, footnotes, and more. - Web page addresses and e-mail addresses turn into links automatically.
- Adds node titles to internal links found in content (as HTML "title" attribute).
- Tags allowed: h1, h2, h3, h4, h5, h6, em, strong, code, del, img, blockquote, q, cite, sup, sub, p, br, ul, ol, li, dl, dt, dd, a, b, u, i, table, tr, td, th, tbody, thead, tfoot, colgroup, caption, hr. HTML markup is restricted using the htmLawed filter to make input text more secure, and standard- and admin. policy-compliant. More details about the restrictions in effect may be available elsewhere, such as in the text of the filter-tips of text formats that use htmLawed and on the forms for configuring text formats.
- Typogrify.module brings the typographic refinements of Typogrify to Drupal.
- Wraps ampersands (the “&” character) with
<span class="amp">&</span>. - Prevents single words from wrapping onto their own line using Shaun Inman's Widont technique.
- Converts straight quotation marks to typographer's quotation marks, using SmartyPants.
- Wraps initial quotation marks with
<span class="quo"></span> or <span class="dquo"></span>. - Converts multiple hyphens to en dashes and em dashes (according to your preferences), using SmartyPants.
- Wraps multiple capital letters with
<span class="caps">CAPS</span>. - Adds a css style sheet that uses the <span> tags to substitute a showy ampersand in headlines, switch caps to small caps, and hang initial quotation marks.
- Email addresses will be obfuscated in the page source to reduce the chances of being harvested by spammers.