nodebb-plugin-markdown icon indicating copy to clipboard operation
nodebb-plugin-markdown copied to clipboard

A Markdown parser for NodeBB

Results 14 nodebb-plugin-markdown issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/NodeBB/nodebb-plugin-markdown/assets/923011/771b1ccd-171d-4b2e-92aa-71e837e135c4)

Bumps [yaml](https://github.com/eemeli/yaml) to 2.2.2 and updates ancestor dependencies [yaml](https://github.com/eemeli/yaml), [@commitlint/cli](https://github.com/conventional-changelog/commitlint/tree/HEAD/@commitlint/cli) and [lint-staged](https://github.com/okonet/lint-staged). These dependencies need to be updated together. Updates `yaml` from 1.10.2 to 2.2.2 Release notes Sourced from yaml's...

dependencies

Shows too few languages, I think... re: #214

Title says it all. Admins should be able to post unsanitized HTML inside their Markdown since they have access to the option to enable/disable the sanitizer.

Right now when you're in a list or code block, I think when you paste it continues the indentation/level. If you paste a URL while text is highlighted, it'd be...

This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/) This repository currently has no open or pending branches. --- - [ ] Check this box to trigger...

There is a bug where specific words in a code block set to use line numbering will cause some empty following lines to have spurious ```{1}``` text inserted in it....

Hello, As it's told in [this topic](https://community.nodebb.org/topic/15065/issue-of-quoting-and-directions), there's an issue when website is RTL, quote contents inside is exactly RTL too, that is not good for English quotes in an...

Not to allow all HTML tag, admin can choose some specified HTML tags are allowed like ``, ``, `` and so on. In some situation is necessary for improve text...

I want to draw graphs in the editor, I have found mermaid (https://github.com/knsv/mermaid ) to help me with it. What should I do to add the mermaid in the plugin...