From 65b8ac427a6cdd2d90248e02bdd9adb74c5efd6f Mon Sep 17 00:00:00 2001 From: Rene Saarsoo Date: Mon, 4 Jun 2012 18:17:09 +0300 Subject: [PATCH] Fix example rendering of Markdown help. --- template/app/view/Comments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/app/view/Comments.js b/template/app/view/Comments.js index b8f66eff..0993d4a3 100644 --- a/template/app/view/Comments.js +++ b/template/app/view/Comments.js @@ -236,7 +236,7 @@ Ext.define('Docs.view.Comments', { 'Here is an italic item
', 'Here is an inline code snippet
', 'Here is a Link
', - '
',
+                    '
',
                     "Indent with 4 spaces\n",
                     "for a code snippet",
                     '
', -- GitLab