From 2648e75328da60b45cb2b41fcbee037bb0dc3584 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Thu, 3 Feb 2011 05:11:13 +0530 Subject: [PATCH] Remove references to Markdown --- .../frontend/public/javascript/gollum-editor/langs/org.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/gollum/frontend/public/javascript/gollum-editor/langs/org.js b/lib/gollum/frontend/public/javascript/gollum-editor/langs/org.js index 2982a120..736214ea 100644 --- a/lib/gollum/frontend/public/javascript/gollum-editor/langs/org.js +++ b/lib/gollum/frontend/public/javascript/gollum-editor/langs/org.js @@ -127,7 +127,7 @@ var OrgModeHelp = [ }, { menuName: 'Lists', - data: '

Markdown supports both ordered and unordered lists. To create an ordered list, simply prefix each line with a number (any number will do — this is why the editor only uses one number.) To create an unordered list, you can prefix each line with + or -.

' + data: '

Orgmode supports both ordered and unordered lists. To create an ordered list, simply prefix each line with a number (any number will do — this is why the editor only uses one number.) To create an unordered list, you can prefix each line with + or -.

' }, { menuName: 'Code Blocks', @@ -151,7 +151,7 @@ var OrgModeHelp = [ { menuName: 'Code', - data: '

To create inline spans of code, simply wrap the code in equal signs (=). Markdown will turn =myFunction= into myFunction.

' + data: '

To create inline spans of code, simply wrap the code in equal signs (=). Orgmode will turn =myFunction= into myFunction.

' }, {