diff options
-rw-r--r-- | hints-yank-paste.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints-yank-paste.js b/hints-yank-paste.js index db33ba9..470ab79 100644 --- a/hints-yank-paste.js +++ b/hints-yank-paste.js @@ -44,7 +44,7 @@ var p = function(msg) { }; const DEFAULT_MAPS = ['c', 'C', 'p', 'P']; -const DEFAULT_YANK_HINTTAGS = 'h1 h2 h3 h4 h5 h6 pre p ul ol blockquote img code input textarea'. +const DEFAULT_YANK_HINTTAGS = 'h1 h2 h3 h4 h5 h6 pre p ul ol ul/li ol/li blockquote img code input textarea'. split(/\s+/).map(function(t) '//' + t).join(' | '); const TEXT_ATTRS = 'src value href title alt'.split(/\s+/); |