node-md-config

2.0.1 • Public • Published

Hubot Markdown

Configurable markdown for node.js Stories in Ready Contact me on Discord MIT License

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.

Package Sidebar

Install

npm i node-md-config

Weekly Downloads

113

Version

2.0.1

License

MIT

Last publish

Collaborators

  • aliasfalse