api documentation for showdown (v1.6.4)

A Markdown to HTML converter written in Javascript

table of contents

  1. module showdown
    1. function showdown.Converter (converterOptions)
    2. function showdown.extension (name, ext)
    3. function showdown.getAllExtensions ()
    4. function showdown.getDefaultOptions (simple)
    5. function showdown.getFlavor ()
    6. function showdown.getFlavorOptions (name)
    7. function showdown.getOption (key)
    8. function showdown.getOptions ()
    9. function showdown.removeExtension (name)
    10. function showdown.resetExtensions ()
    11. function showdown.resetOptions ()
    12. function showdown.setFlavor (name)
    13. function showdown.setOption (key, value)
    14. function showdown.subParser (name, func)
    15. function showdown.validateExtension (ext)
    16. object showdown.extensions
    17. object showdown.helper
  2. module showdown.helper
    1. function showdown.helper.encodeEmailAddress (mail)
    2. function showdown.helper.escapeCharacters (text, charsToEscape, afterBackslash)
    3. function showdown.helper.escapeCharactersCallback (wholeMatch, m1)
    4. function showdown.helper.forEach (obj, callback)
    5. function showdown.helper.isArray (a)
    6. function showdown.helper.isFunction (a)
    7. function showdown.helper.isString (a)
    8. function showdown.helper.isUndefined (value)
    9. function showdown.helper.matchRecursiveRegExp (str, left, right, flags)
    10. function showdown.helper.replaceRecursiveRegExp (str, replacement, left, right, flags)
    11. function showdown.helper.stdExtName (s)
    12. object showdown.helper.regexes

module showdown

function showdown.Converter (converterOptions)

function showdown.extension (name, ext)

function showdown.getAllExtensions ()

function showdown.getDefaultOptions (simple)

function showdown.getFlavor ()

function showdown.getFlavorOptions (name)

function showdown.getOption (key)

function showdown.getOptions ()

function showdown.removeExtension (name)

function showdown.resetExtensions ()

function showdown.resetOptions ()

function showdown.setFlavor (name)

function showdown.setOption (key, value)

function showdown.subParser (name, func)

function showdown.validateExtension (ext)

module showdown.helper

function showdown.helper.encodeEmailAddress (mail)

function showdown.helper.escapeCharacters (text, charsToEscape, afterBackslash)

function showdown.helper.escapeCharactersCallback (wholeMatch, m1)

function showdown.helper.forEach (obj, callback)

function showdown.helper.isArray (a)

function showdown.helper.isFunction (a)

function showdown.helper.isString (a)

function showdown.helper.isUndefined (value)

function showdown.helper.matchRecursiveRegExp (str, left, right, flags)

function showdown.helper.replaceRecursiveRegExp (str, replacement, left, right, flags)

function showdown.helper.stdExtName (s)

[ this document was created with utility2 ]