mergMarkdown

Typelibrary
DictionaryLCS
LibraryLiveCode Script
Associationsmergmarkdown
Description

mergMarkdown is a simple external for translating a markdown file to XHTML using the sundown library. It has one function: mergMarkdownToXHTML. There are a number of non-standard markdown features implemented in sundown and these can be controlled with optional parameters to the function.

TypeNameSummarySyntax
functionmergMarkdownToXHTML

Returns the XHTML translation of the markdown document.

mergMarkdownToXHTML(<pMarkdown>, [<pNoIntraEmphasis>, <pTable>, <pFencedCode>, <pAutoLink>, <pStrikethrough>, <pSpaceHeaders>, <pSuperscript>, <pLaxSpacing>])

librarymergMarkdown

mergMarkdownToXHTML(<pMarkdown>, [<pNoIntraEmphasis>, <pTable>, <pFencedCode>, <pAutoLink>, <pStrikethrough>, <pSpaceHeaders>, <pSuperscript>, <pLaxSpacing>])