From ab9d2ead093ac4d9b9dfee7ee0e5c9441945844c Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 20 Oct 2023 19:01:55 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- experiments/outline-editor/editor.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, '→')