Documentation Center

Markdown settings

The Markdown file type has the *.md and *.markdown extensions.

Common Settings

SettingInstruction
Handle line breaks as inline tagsSelect the check box to have line breaks treated as inline tags.
Translate code blocks
  1. Select the check box to enable the translation of code blocks.
  2. From the Translate code blocks embedded processor list, choose a value: Embedded Content Plain Text v. 1.0.0.0, Html Embedded Content 4.2.0.0, Html Embedded Content 5.2.0.0.
Translate HTML blocks
  1. Select the check box to enable the translation of HTML blocks.
  2. From the Translate code blocks embedded processor list, choose a value: Embedded Content Plain Text v. 1.0.0.0, Html Embedded Content 4.2.0.0, Html Embedded Content 5.2.0.0.
To escape a Markdown character, you must add a backslash ( \ ) in front of that character. Consult the list of characters you can escape:
  • Exclamation mark
  • Quotation mark
  • Question mark
  • Hash
  • Dollar sign
  • Percent
  • Ampersand
  • Apostrophe
  • Parentheses
  • Asterisk
  • Plus sign
  • Minus sign
  • At sign
  • Dot
  • Slash
  • Backslash
  • Square brackets
  • Caret
  • Colon
  • Semicolon
  • Comma
  • Underscore
  • Tick mark
  • Curly braces
  • Vertical bar
  • Tilde
  • Less than
  • Equal
  • Greater than