A Markdown parser for NodeBB
Find a file
Julian Lam fd6a6f7b1d 13.2.2
2025-11-17 14:33:41 -05:00
lib feat: update acp page 2023-06-06 10:20:06 -04:00
public Simultaneous translations 2025-11-17 14:32:03 -05:00
upgrades fix: useless dependency 2022-02-23 10:51:35 -05:00
.gitignore sublime gitignore 2016-07-20 12:37:57 -04:00
commitlint.config.js style: match commitlint in core 2021-06-23 16:28:36 -04:00
eslint.config.mjs eslint9 2025-05-01 10:25:12 -04:00
index.js eslint9 2025-05-01 10:25:12 -04:00
package-lock.json 13.2.2 2025-11-17 14:33:41 -05:00
package.json 13.2.2 2025-11-17 14:33:41 -05:00
plugin.json refactor: move all client-side markdown methods to separate lib for org purposes 2023-08-21 10:16:35 -04:00
README.md Revert " Allow usage of markdown-it plugins #75 (#76)" 2016-10-14 16:35:06 -04:00
renovate.json Add renovate.json 2021-08-29 13:29:04 -04:00
websockets.js eslint9 2025-05-01 10:25:12 -04:00
yarn.lock build(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 2025-11-17 14:31:25 -05:00

NodeBB Markdown Parser

This NodeBB plugin is a parser that allows users to write posts using Markdown.

To customise options for the parser, please consult the "Markdown" page in the administration panel, under the "Plugins" heading.

Installation

npm install nodebb-plugin-markdown