Disable character conversion

To improve readability, Textile automatically converts certain characters, for example, ", ', (R) and &. For a full character list, see the Textile documentation.

To suppress conversion, use the following methods:

  • Inline suppression: To preserve characters inline, wrap the text in ==.
  • Block suppression: To disable conversion for a text block, start a line with notextile..
Character conversion
Textile
(c) 2026 DreamApply

== (c) == 2026 DreamApply

notextile. (c) 2026 DreamApply
Character conversion
HTML
<p>© 2026 DreamApply</p>

<p>(c) 2026 DreamApply</p>

(c) 2026 DreamApply
Disabling character conversion