node-md-config v2.0.1
Hubot Markdown
Configurable markdown for node.js
##Configuration
|API | Key | Description | Default |
|----|---------------| -------------| --------------|
|lineEnd|MD_LINE_END | Configuragble line-return character | \n
|blockEnd|MD_BLOCK_END | Configuragble string for ending blocks | empty
|doubleReturn|MD_DOUBLE_RET | Configurable string for double line returns | \n\n
|linkBegin|MD_LINK_BEGIN | Configurable string for the beginning of links | [
|linkMid|MD_LINK_MID | Configurable string for the middle of links | ](
|linkEnd|MD_LINK_END | Configurable string for the end of links | )
|bold|MD_BOLD | Configurable string for denoting bolded text | **
|italic|MD_ITALIC | Configurable string for denoting italicized text | *
|underline|MD_UNDERLINE | Configurable string for denoting underlined text | __
|strike|MD_STRIKE | Configurable string for denoting striked-through text | ~~
|codeLine|MD_CODE_SINGLE | Configurable string for denoting text to be wrappt in in-line code | |codeBlock|MD_CODE_BLOCK` | Configurable string for multi-line code blocks | empty
##Usability This module contains no commands.
9 years ago