node-md-config

A module for node.js to import and configure markdown for any platform, or none at all.

Usage no npm install needed!

<script type="module">
  import nodeMdConfig from 'https://cdn.skypack.dev/node-md-config';
</script>

README

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.