nodebb-plugin-markdown
Version:
A Markdown parser for NodeBB
13 lines • 468 B
JSON
{
"bold": "bolded text",
"italic": "italicised text",
"list-item": "list item",
"heading": "heading",
"strikethrough-text": "strikethrough text",
"code-text": "code_text",
"link-text": "link text",
"link-url": "link url",
"picture-text": "alt text",
"picture-url": "image url",
"help-text": "This forum is powered by Markdown. <a href=\"http://commonmark.org/help/\" class=\"text-decoration-underline\">For full documentation, click here.</a>"
}