Hi Jerry It looks like you’ve found a bug in my build tools. I’ll try and get a fix in dp-3. For the time being:
Name: mergMarkdownToXHTML Type: function Syntax: mergMarkdownToXHTML(<pMarkdown>, [<pNoIntraEmphasis>, <pTable>, <pFencedCode>, <pAutoLink>, <pStrikethrough>, <pSpaceHeaders>, <pSuperscript>, <pLaxSpacing>]) Summary: Returns the XHTML translation of the markdown document. Introduced: 8.0 OS: ios,android,linux,mac,windows Platforms: mobile,desktop,server Parameters: pMarkdown (string): The markdown text to translate. pNoIntraEmphasis (boolean): Don't add emphasis if there is no space on either side of the underscores. If true _this_ will be emphasized but_this_won't be. pTable (boolean): Support tables. pFencedCode (boolean): Support fenced code. pAutoLink (boolean): Auto link urls in the text pStrikethrough (boolean): Use a double tilde(~) either side of a word to indicate ~~strikethrough~~ pSpaceHeaders (boolean): If true forces a space after the # for headers pSuperscript (boolean): If true use ^ to indicate the start of a superscript word pLaxSpacing (boolean): If true allows lax spacing. For example it will allow no space between a paragraph and a list. Returns: XHTML Example: put mergMarkdownToXHTML(theMarkdownText,,true) into theHTML Cheers Monte > On 11 Jul 2016, at 10:11 AM, Jerry Daniels <[email protected]> wrote: > > Monte, > > As far as I can tell, mergMarkDown is not in the dictionary. Is it part of > this build? I do need to know the syntax to use it. I did see what I think > might be it (mergMarkdown-x64) in the new inclusions. > > Appreciate any help you can offer with this. > > JD > >> On Jul 10, 2016, at 6:21 PM, Monte Goulding <[email protected]> wrote: >> >> >>> On 11 Jul 2016, at 9:17 AM, [email protected] wrote: >>> >>> Does the markdown support tables? I know some do. >> >> Tables are optional. There’s parameters to turn on and off support for a >> heap of things ;-) >> >> Cheers >> >> Monte >> >> _______________________________________________ >> use-livecode mailing list >> [email protected] >> Please visit this url to subscribe, unsubscribe and manage your subscription >> preferences: >> http://lists.runrev.com/mailman/listinfo/use-livecode > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your subscription > preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
