A Markdown parser for NodeBB
Find a file
Barış Soner Uşaklı 99db034bc5 13.2.1
2025-05-14 10:58:51 -04:00
lib feat: update acp page 2023-06-06 10:20:06 -04:00
public fix(i18n): update Hebrew translations for Markdown help text 2025-05-14 17:53:28 +03: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.1 2025-05-14 10:58:51 -04:00
package.json 13.2.1 2025-05-14 10:58:51 -04: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 fix(deps): update markdown-it to v14.1.0 and fix semver vuln in subdep, closes #231 2025-05-02 14:06:50 -04: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