Skip to content

Commit 14a8c2f

Browse files
committed
Remove Roman numeral and letter patterns
1 parent 7cf0bb5 commit 14a8c2f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/js/_enqueues/vendor/tinymce/plugins/paste/plugin.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,10 +351,6 @@ var paste = (function (domGlobals) {
351351
function isNumericList(text) {
352352
var found, patterns;
353353
patterns = [
354-
/^[IVXLMCD]{1,2}\.[ \u00a0]/,
355-
/^[ivxlmcd]{1,2}\.[ \u00a0]/,
356-
/^[a-z]{1,2}[\.\)][ \u00a0]/,
357-
/^[A-Z]{1,2}[\.\)][ \u00a0]/,
358354
/^[0-9]+\.[ \u00a0]/,
359355
/^[\u3007\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d]+\.[ \u00a0]/,
360356
/^[\u58f1\u5f10\u53c2\u56db\u4f0d\u516d\u4e03\u516b\u4e5d\u62fe]+\.[ \u00a0]/

0 commit comments

Comments
 (0)