hubot-markdown v1.1.1
#Hubot Markdown Configurable markdown for Hubot
##Configuration
|API | Key | Description | Default |
|----|---------------| -------------| --------------|
|lineEnd|HUBOT_LINE_END | Configuragble line-return character | \n
|blockEnd|HUBOT_BLOCK_END | Configuragble string for ending blocks | ---
|doubleReturn|HUBOT_DOUBLE_RET | Configurable string for double line returns | \n\n
|linkBegin|HUBOT_MD_LINK_BEGIN | Configurable string for the beginning of links | [
|linkMid|HUBOT_MD_LINK_MID | Configurable string for the middle of links | ](
|linkEnd|HUBOT_MD_LINK_END | Configurable string for the end of links | )
|bold|HUBOT_MD_BOLD | Configurable string for denoting bolded text | **
|italic|HUBOT_MD_ITALIC | Configurable string for denoting italicized text | *
|underline|HUBOT_MD_UNDERLINE | Configurable string for denoting underlined text | __
|strike|HUBOT_MD_STRIKE | Configurable string for denoting striked-through text | ~~
|codeLine|HUBOT_MD_CODE_SINGLE | Configurable string for denoting text to be wrappt in in-line code | |codeBlock|HUBOT_MD_CODE_BLOCK` | Configurable string for multi-line code blocks | `
##Usability This module contains no commands.