diff --git a/experiments/outline-editor/editor.js b/experiments/outline-editor/editor.js index e53da7a..031d4b8 100755 --- a/experiments/outline-editor/editor.js +++ b/experiments/outline-editor/editor.js @@ -565,11 +565,11 @@ var symbols = { __parse__: function(text, editor, elem){ var that = this return text + //* XXX .replace(this.symbols_pattern, function(m){ return that.symbols[m] }) - // characters... - /* + /*/ .replace(/(?>/gm, '»') .replace(/(?/gm, '→')