From e791f0380e29c83bb1dace71c5df5865dcb19b93 Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle Date: Sat, 20 May 2017 15:38:03 +0200 Subject: [PATCH] added a line feed --- selected-markdown-to-jira/info.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selected-markdown-to-jira/info.json b/selected-markdown-to-jira/info.json index 9d3623a..ca9b543 100644 --- a/selected-markdown-to-jira/info.json +++ b/selected-markdown-to-jira/info.json @@ -5,5 +5,5 @@ "authors": ["@pbek"], "version": "0.0.1", "minAppVersion": "17.05.7", - "description" : "With this script you can right click the selected text and convert it to Jira Code.\n\nDependencies\nNode.js\njira2md (installed via npm)\n\nInstallation\nAfter you have installed Node.js you can install jira2md by typing:sudo npm install -g jira2md\n\nYou might also need to set your NODE_PATH to the path where the module did get installed with for example:\nexport NODE_PATH=/usr/local/lib/node_modules" + "description" : "With this script you can right click the selected text and convert it to Jira Code.\n\nDependencies\nNode.js\njira2md (installed via npm)\n\nInstallation\nAfter you have installed Node.js you can install jira2md by typing:\nsudo npm install -g jira2md\n\nYou might also need to set your NODE_PATH to the path where the module did get installed with for example:\nexport NODE_PATH=/usr/local/lib/node_modules" }