MMD Preferences

The MMD preference pane allows you to configure MultiMarkdown syntax behavior for MultiMarkdown Composer.

  • Markdown compatibility mode -- treat text as plain Markdown instead of MultiMarkdown.

  • Enable "smart quotes" -- Enable the --smart option when converting MultiMarkdown text to other formats. This enables "smart" typography features.

  • Automatically add anchors to headers -- Enable the --labels option when converting MultiMarkdown text to other formats. This adds anchors to each header, useful for links as well as the Table of Contents.

  • Enable footnotes -- Enable the --notes option when converting MultiMarkdown text to other formats.

  • Use random footnote anchors -- Enable the --random option when converting MultiMarkdown text to other formats. This generates random numbers for the links for footnotes.

  • Use random header anchors -- Enable the --unique option when converting MultiMarkdown text to other formats. This generates random numbers for the links for headers.

  • Force "snippet" -- Enable the --snippet option when converting MultiMarkdown text to other formats.

  • Force "complete" document -- Enable the --full option when converting MultiMarkdown text to other formats.

  • Enable file transclusion -- Enable file transclusion when converting MultiMarkdown text to other formats.

  • Language/Smart Quotes -- Set the smart quotes language option for MultiMarkdown.

  • Marker for emphasis -- Which marker should be used when applying emphasis/italics?

  • Marker for strong -- Which marker should be used when applying strong/bold?

  • Tab equal -- How many spaces should tabs be converted to?

  • List markers -- Which marker should be used when creating list items?