Remove references to Markdown

This commit is contained in:
Puneeth Chaganti
2011-02-03 05:11:13 +05:30
parent 46d70e0492
commit 2648e75328
@@ -127,7 +127,7 @@ var OrgModeHelp = [
},
{
menuName: 'Lists',
data: '<p>Markdown supports both ordered and unordered lists. To create an ordered list, simply prefix each line with a number (any number will do &mdash; this is why the editor only uses one number.) To create an unordered list, you can prefix each line with <code>+</code> or <code>-</code>.</p>'
data: '<p>Orgmode supports both ordered and unordered lists. To create an ordered list, simply prefix each line with a number (any number will do &mdash; this is why the editor only uses one number.) To create an unordered list, you can prefix each line with <code>+</code> or <code>-</code>.</p>'
},
{
menuName: 'Code Blocks',
@@ -151,7 +151,7 @@ var OrgModeHelp = [
{
menuName: 'Code',
data: '<p>To create inline spans of code, simply wrap the code in equal signs (<code>=</code>). Markdown will turn <code>=myFunction=</code> into <code>myFunction</code>.</p>'
data: '<p>To create inline spans of code, simply wrap the code in equal signs (<code>=</code>). Orgmode will turn <code>=myFunction=</code> into <code>myFunction</code>.</p>'
},
{