Remove references to Markdown
This commit is contained in:
@@ -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 — 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 — 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>'
|
||||
},
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user