Text Formats

Basic HTML

  • Allowed HTML tags: <a href hreflang> <em> <strong> <cite> <blockquote cite> <code> <ul type> <ol start type> <li> <dl> <dt> <dd> <h2 id> <h3 id> <h4 id> <h5 id> <h6 id> <p> <br> <span> <img src alt height width data-entity-type data-entity-uuid data-align data-caption>


  • Insert view filter allows to embed views using tags. The tag syntax is relatively simple: [view:name=display=args]
    For example [view:tracker=page=1] says, embed a view named "tracker", use the "page" display, and supply the argument "1".
    The display and args parameters can be omitted. If the display is left empty, the view's default display is used.
    Multiple arguments are separated with slash. The args format is the same as used in the URL (or view preview screen).
    Valid examples:
    [view:my_view]
    [view:my_view=my_display]
    [view:my_view=my_display=arg1/arg2/arg3]
    [view:my_view==arg1/arg2/arg3]

  • You can align images, videos, blockquotes and so on to the left, right or center. Examples:

    • Align an image to the left: <img src="" data-align="left" />
    • Align an image to the center: <img src="" data-align="center" />
    • Align an image to the right: <img src="" data-align="right" />
    • … and you can apply this to other elements as well: <video src="" data-align="center" />
  • You can caption images, videos, blockquotes, and so on. Examples:

    • <img src="" data-caption="This is a caption" />
    • <video src="" data-caption="The Drupal Dance" />
    • <blockquote data-caption="Dries Buytaert">Drupal is awesome!</blockquote>
    • <code data-caption="Hello world in JavaScript.">alert("Hello world!");</code>
  • Only images hosted on this site may be used in <img> tags.

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs are automatically recognized. The <br /> line break, <p> paragraph and </p> close paragraph tags are inserted automatically. If paragraphs are not recognized simply add a couple of blank lines.
  • Web page addresses and email addresses turn into links automatically.