%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /data/old/home/stash/atlassian-stash/static/bower/CodeMirror/mode/markdown/
Upload File :
Create Path :
Current File : //data/old/home/stash/atlassian-stash/static/bower/CodeMirror/mode/markdown/test-min.js

(function(){var D=CodeMirror.getMode({tabSize:4},"markdown");function B(E){test.mode(E,D,Array.prototype.slice.call(arguments,1))}var C=CodeMirror.getMode({tabSize:4},{name:"markdown",highlightFormatting:true});function A(E){test.mode(E,C,Array.prototype.slice.call(arguments,1))}A("formatting_emAsterisk","[em&formatting&formatting-em *][em foo][em&formatting&formatting-em *]");A("formatting_emUnderscore","[em&formatting&formatting-em _][em foo][em&formatting&formatting-em _]");A("formatting_strongAsterisk","[strong&formatting&formatting-strong **][strong foo][strong&formatting&formatting-strong **]");A("formatting_strongUnderscore","[strong&formatting&formatting-strong __][strong foo][strong&formatting&formatting-strong __]");A("formatting_codeBackticks","[comment&formatting&formatting-code `][comment foo][comment&formatting&formatting-code `]");A("formatting_doubleBackticks","[comment&formatting&formatting-code ``][comment foo ` bar][comment&formatting&formatting-code ``]");A("formatting_atxHeader","[header&header-1&formatting&formatting-header&formatting-header-1 #][header&header-1  foo # bar ][header&header-1&formatting&formatting-header&formatting-header-1 #]");A("formatting_setextHeader","foo","[header&header-1&formatting&formatting-header&formatting-header-1 =]");A("formatting_blockquote","[quote&quote-1&formatting&formatting-quote&formatting-quote-1 > ][quote&quote-1 foo]");A("formatting_list","[variable-2&formatting&formatting-list&formatting-list-ul - ][variable-2 foo]");A("formatting_list","[variable-2&formatting&formatting-list&formatting-list-ol 1. ][variable-2 foo]");A("formatting_link","[link&formatting&formatting-link [][link foo][link&formatting&formatting-link ]]][string&formatting&formatting-link-string (][string http://example.com/][string&formatting&formatting-link-string )]");A("formatting_linkReference","[link&formatting&formatting-link [][link foo][link&formatting&formatting-link ]]][string&formatting&formatting-link-string [][string bar][string&formatting&formatting-link-string ]]]","[link&formatting&formatting-link [][link bar][link&formatting&formatting-link ]]:] [string http://example.com/]");A("formatting_linkWeb","[link&formatting&formatting-link <][link http://example.com/][link&formatting&formatting-link >]");A("formatting_linkEmail","[link&formatting&formatting-link <][link user@example.com][link&formatting&formatting-link >]");A("formatting_escape","[formatting&formatting-escape \\]*");B("plainText","foo");B("trailingSpace1","foo ");B("trailingSpace2","foo[trailing-space-a  ][trailing-space-new-line  ]");B("trailingSpace3","foo[trailing-space-a  ][trailing-space-b  ][trailing-space-new-line  ]");B("trailingSpace4","foo[trailing-space-a  ][trailing-space-b  ][trailing-space-a  ][trailing-space-new-line  ]");B("codeBlocksUsing4Spaces","    [comment foo]");B("codeBlocksUsing4SpacesIndentation","    [comment bar]","        [comment hello]","            [comment world]","    [comment foo]","bar");B("codeBlocksUsing4SpacesIndentation"," foo","    [comment bar]","        [comment hello]","    [comment world]");B("codeBlocksUsing1Tab","\t[comment foo]");B("inlineCodeUsingBackticks","foo [comment `bar`]");B("blockCodeSingleBacktick","[comment `]","foo","[comment `]");B("unclosedBackticks","foo [comment `bar]");B("doubleBackticks","[comment ``foo ` bar``]");B("consecutiveBackticks","[comment `foo```bar`]");B("consecutiveBackticks","[comment `foo```bar`] hello [comment `world`]");B("unclosedBackticks","[comment ``foo ``` bar` hello]");B("closedBackticks","[comment ``foo ``` bar` hello``] world");B("atxH1","[header&header-1 # foo]");B("atxH2","[header&header-2 ## foo]");B("atxH3","[header&header-3 ### foo]");B("atxH4","[header&header-4 #### foo]");B("atxH5","[header&header-5 ##### foo]");B("atxH6","[header&header-6 ###### foo]");B("atxH6NotH7","[header&header-6 ####### foo]");B("atxH1inline","[header&header-1 # foo ][header&header-1&em *bar*]");B("setextH1","foo","[header&header-1 =]");B("setextH1","foo","[header&header-1 ===]");B("setextH2","foo","[header&header-2 -]");B("setextH2","foo","[header&header-2 ---]");B("blockquoteSpace","[quote&quote-1 > foo]");B("blockquoteNoSpace","[quote&quote-1 >foo]");B("blockquoteNoBlankLine","foo","[quote&quote-1 > bar]");B("blockquoteSpace","[quote&quote-1 > foo]","[quote&quote-1 >][quote&quote-2 > foo]","[quote&quote-1 >][quote&quote-2 >][quote&quote-3 > foo]");B("blockquoteThenParagraph","[quote&quote-1 >foo]","","bar");B("multiBlockquoteLazy","[quote&quote-1 >foo]","[quote&quote-1 bar]");B("multiBlockquoteLazyThenParagraph","[quote&quote-1 >foo]","[quote&quote-1 bar]","","hello");B("multiBlockquote","[quote&quote-1 >foo]","[quote&quote-1 >bar]");B("multiBlockquoteThenParagraph","[quote&quote-1 >foo]","[quote&quote-1 >bar]","","hello");B("listAsterisk","foo","bar","","[variable-2 * foo]","[variable-2 * bar]");B("listPlus","foo","bar","","[variable-2 + foo]","[variable-2 + bar]");B("listDash","foo","bar","","[variable-2 - foo]","[variable-2 - bar]");B("listNumber","foo","bar","","[variable-2 1. foo]","[variable-2 2. bar]");B("listBogus","foo","1. bar","2. hello");B("listAfterHeader","[header&header-1 # foo]","[variable-2 - bar]");B("listAsteriskFormatting","[variable-2 * ][variable-2&em *foo*][variable-2  bar]","[variable-2 * ][variable-2&strong **foo**][variable-2  bar]","[variable-2 * ][variable-2&strong **][variable-2&em&strong *foo**][variable-2&em *][variable-2  bar]","[variable-2 * ][variable-2&comment `foo`][variable-2  bar]");B("listPlusFormatting","[variable-2 + ][variable-2&em *foo*][variable-2  bar]","[variable-2 + ][variable-2&strong **foo**][variable-2  bar]","[variable-2 + ][variable-2&strong **][variable-2&em&strong *foo**][variable-2&em *][variable-2  bar]","[variable-2 + ][variable-2&comment `foo`][variable-2  bar]");B("listDashFormatting","[variable-2 - ][variable-2&em *foo*][variable-2  bar]","[variable-2 - ][variable-2&strong **foo**][variable-2  bar]","[variable-2 - ][variable-2&strong **][variable-2&em&strong *foo**][variable-2&em *][variable-2  bar]","[variable-2 - ][variable-2&comment `foo`][variable-2  bar]");B("listNumberFormatting","[variable-2 1. ][variable-2&em *foo*][variable-2  bar]","[variable-2 2. ][variable-2&strong **foo**][variable-2  bar]","[variable-2 3. ][variable-2&strong **][variable-2&em&strong *foo**][variable-2&em *][variable-2  bar]","[variable-2 4. ][variable-2&comment `foo`][variable-2  bar]");B("listParagraph","[variable-2 * foo]","","[variable-2 * bar]");B("listMultiParagraph","[variable-2 * foo]","","[variable-2 * bar]","","    [variable-2 hello]");B("listMultiParagraphExtra","[variable-2 * foo]","","[variable-2 * bar]","","","    [variable-2 hello]");B("listMultiParagraphExtraSpace","[variable-2 * foo]","","[variable-2 * bar]","","     [variable-2 hello]","","    [variable-2 world]");B("listTab","[variable-2 * foo]","","[variable-2 * bar]","","\t[variable-2 hello]");B("listNoIndent","[variable-2 * foo]","","[variable-2 * bar]","","hello");B("blockquote","[variable-2 * foo]","","[variable-2 * bar]","","    [variable-2&quote&quote-1 > hello]");B("blockquoteCode","[variable-2 * foo]","","[variable-2 * bar]","","        [comment > hello]","","    [variable-2 world]");B("blockquoteCodeText","[variable-2 * foo]","","    [variable-2 bar]","","        [comment hello]","","    [variable-2 world]");B("listAsteriskNested","[variable-2 * foo]","","    [variable-3 * bar]");B("listPlusNested","[variable-2 + foo]","","    [variable-3 + bar]");B("listDashNested","[variable-2 - foo]","","    [variable-3 - bar]");B("listNumberNested","[variable-2 1. foo]","","    [variable-3 2. bar]");B("listMixed","[variable-2 * foo]","","    [variable-3 + bar]","","        [keyword - hello]","","            [variable-2 1. world]");B("listBlockquote","[variable-2 * foo]","","    [variable-3 + bar]","","        [quote&quote-1&variable-3 > hello]");B("listCode","[variable-2 * foo]","","    [variable-3 + bar]","","            [comment hello]");B("listCodeIndentation","[variable-2 * foo]","","        [comment bar]","            [comment hello]","                [comment world]","        [comment foo]","    [variable-2 bar]");B("listNested","[variable-2 * foo]","","    [variable-3 * bar]","","       [variable-2 hello]");B("listNested","[variable-2 * foo]","","    [variable-3 * bar]","","      [variable-3 * foo]");B("listCodeText","[variable-2 * foo]","","        [comment bar]","","hello");B("hrSpace","[hr * * *]");B("hr","[hr ***]");B("hrLong","[hr *****]");B("hrSpaceDash","[hr - - -]");B("hrDashLong","[hr ---------------------------------------]");B("linkTitle",'[link [[foo]]][string (http://example.com/ "bar")] hello');B("linkNoTitle","[link [[foo]]][string (http://example.com/)] bar");B("linkImage","[link [[][tag ![[foo]]][string (http://example.com/)][link ]]][string (http://example.com/)] bar");B("linkEm","[link [[][link&em *foo*][link ]]][string (http://example.com/)] bar");B("linkStrong","[link [[][link&strong **foo**][link ]]][string (http://example.com/)] bar");B("linkEmStrong","[link [[][link&strong **][link&em&strong *foo**][link&em *][link ]]][string (http://example.com/)] bar");B("imageTitle",'[tag ![[foo]]][string (http://example.com/ "bar")] hello');B("imageNoTitle","[tag ![[foo]]][string (http://example.com/)] bar");B("imageAsterisks","[tag ![[*foo*]]][string (http://example.com/)] bar");B("notALink","[[foo]] (bar)");B("linkReference","[link [[foo]]][string [[bar]]] hello");B("linkReferenceEm","[link [[][link&em *foo*][link ]]][string [[bar]]] hello");B("linkReferenceStrong","[link [[][link&strong **foo**][link ]]][string [[bar]]] hello");B("linkReferenceEmStrong","[link [[][link&strong **][link&em&strong *foo**][link&em *][link ]]][string [[bar]]] hello");B("linkReferenceSpace","[link [[foo]]] [string [[bar]]] hello");B("linkReferenceDoubleSpace","[[foo]]  [[bar]] hello");B("linkImplicit","[link [[foo]]][string [[]]] hello");B("labelNoTitle","[link [[foo]]:] [string http://example.com/]");B("labelIndented","   [link [[foo]]:] [string http://example.com/]");B("labelSpaceTitle",'[link [[foo bar]]:] [string http://example.com/ "hello"]');B("labelDoubleTitle",'[link [[foo bar]]:] [string http://example.com/ "hello"] "world"');B("labelTitleDoubleQuotes",'[link [[foo]]:] [string http://example.com/  "bar"]');B("labelTitleSingleQuotes","[link [[foo]]:] [string http://example.com/  'bar']");B("labelTitleParenthese","[link [[foo]]:] [string http://example.com/  (bar)]");B("labelTitleInvalid","[link [[foo]]:] [string http://example.com/] bar");B("labelLinkAngleBrackets",'[link [[foo]]:] [string <http://example.com/>  "bar"]');B("labelTitleNextDoubleQuotes","[link [[foo]]:] [string http://example.com/]",'[string "bar"] hello');B("labelTitleNextSingleQuotes","[link [[foo]]:] [string http://example.com/]","[string 'bar'] hello");B("labelTitleNextParenthese","[link [[foo]]:] [string http://example.com/]","[string (bar)] hello");B("labelTitleNextMixed","[link [[foo]]:] [string http://example.com/]",'(bar" hello');B("linkWeb","[link <http://example.com/>] foo");B("linkWebDouble","[link <http://example.com/>] foo [link <http://example.com/>]");B("linkEmail","[link <user@example.com>] foo");B("linkEmailDouble","[link <user@example.com>] foo [link <user@example.com>]");B("emAsterisk","[em *foo*] bar");B("emUnderscore","[em _foo_] bar");B("emInWordAsterisk","foo[em *bar*]hello");B("emInWordUnderscore","foo[em _bar_]hello");B("emEscapedBySpaceIn","foo [em _bar _ hello_] world");B("emEscapedBySpaceOut","foo _ bar[em _hello_]world");B("emEscapedByNewline","foo","_ bar[em _hello_]world");B("emIncompleteAsterisk","foo [em *bar]");B("emIncompleteUnderscore","foo [em _bar]");B("strongAsterisk","[strong **foo**] bar");B("strongUnderscore","[strong __foo__] bar");B("emStrongAsterisk","[em *foo][em&strong **bar*][strong hello**] world");B("emStrongUnderscore","[em _foo][em&strong __bar_][strong hello__] world");B("emStrongMixed","[em _foo][em&strong **bar*hello__ world]");B("emStrongMixed","[em *foo][em&strong __bar_hello** world]");B("escapeBacktick","foo \\`bar\\`");B("doubleEscapeBacktick","foo \\\\[comment `bar\\\\`]");B("escapeAsterisk","foo \\*bar\\*");B("doubleEscapeAsterisk","foo \\\\[em *bar\\\\*]");B("escapeUnderscore","foo \\_bar\\_");B("doubleEscapeUnderscore","foo \\\\[em _bar\\\\_]");B("escapeHash","\\# foo");B("doubleEscapeHash","\\\\# foo");B("escapeNewline","\\","[em *foo*]");B("taskList","[variable-2 * [ ]] bar]");B("fencedCodeBlocks","[comment ```]","foo","[comment ```]")})();

Zerion Mini Shell 1.0