(name)
| 6 | function MT(name) { test.mode(name, mode, Array.prototype.slice.call(arguments, 1)); } |
| 7 | var modeHighlightFormatting = CodeMirror.getMode({tabSize: 4}, {name: "markdown", highlightFormatting: true}); |
| 8 | function FT(name) { test.mode(name, modeHighlightFormatting, Array.prototype.slice.call(arguments, 1)); } |
| 9 | |
| 10 | FT("formatting_emAsterisk", |
| 11 | "[em&formatting&formatting-em *][em foo][em&formatting&formatting-em *]"); |