From 2871cf3fb20465264c61e5ef124d760d13611858 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 30 Mar 2015 17:02:43 -0400 Subject: [PATCH] updated forum to require v2.0.0 of the markdown plugin --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b4901f90e3..4154a15737 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "nconf": "~0.7.1", "nodebb-plugin-dbsearch": "^0.2.1", "nodebb-plugin-emoji-extended": "^0.4.1-4", - "nodebb-plugin-markdown": "^1.0.0", + "nodebb-plugin-markdown": "^2.0.0", "nodebb-plugin-mentions": "^0.11.0", "nodebb-plugin-soundpack-default": "~0.1.1", "nodebb-plugin-spam-be-gone": "^0.4.0",