Skip to content

Commit 489a464

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents f1de179 + 924100b commit 489a464

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ const Markdown = {
273273

274274
renderHelp: async function (helpContent) {
275275
const translated = await translator.translate('[[markdown:help_text]]');
276-
const parsed = plugins.hooks.fire('filter:parse.raw', `## Markdown\n${translated}`);
276+
const parsed = await plugins.hooks.fire('filter:parse.raw', `## Markdown\n${translated}`);
277277
helpContent += parsed;
278278
return helpContent;
279279
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodebb-plugin-ws-markdown",
3-
"version": "8.15.5",
3+
"version": "8.16.5",
44
"description": "A Markdown parser for NodeBB",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)