Skip to content

montegoulding/mergMarkdown

Repository files navigation

#mergMarkDown

Build Status

mergMarkdown is a simple LiveCode 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.

For instance to enable table support use:

put mergMarkdownToHTML(theMarkdownText,,true) into theHTML

The parameters are identified in the demo stack.

##Support Ask it on StackOverflow and it shall be answered.

##Binaries Binaries for this external are available under a free account at mergExt so there's no point duplicating here.

##Installation

Look here for installation instructions for the IDE and desktop standalones. Look here for installation instructions for iOS and Android. To install in server then you just need to drop the external into the externals folder. For OS X use mergMarkdown.dylib rather than mergMarkdown.bundle on server.

##License

This project is MIT licensed as is sundown so appropriate copyright attribution is required. See LICENSE.txt and the sundown readme for more details.