移至主內容

文字格式

有限的 HTML

  • 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>

純文字

  • 不允許使用 HTML 標籤。
  • 行和段落已自動地被辨識. <br /> 換行, <p> 段落和 </p> 關閉段落標籤自動地被插入. 如果段落沒被簡單地辨識則加入兩行空白.
  • 網頁和電子郵件地址自動轉換為連結。