Skip to content

TobiTenno/node-md-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hubot Markdown

Configurable markdown for node.js 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.

About

Markdown configurations for Node.js

Resources

Stars

Watchers

Forks

Packages

No packages published