We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cf0bb5 commit 14a8c2fCopy full SHA for 14a8c2f
src/js/_enqueues/vendor/tinymce/plugins/paste/plugin.js
@@ -351,10 +351,6 @@ var paste = (function (domGlobals) {
351
function isNumericList(text) {
352
var found, patterns;
353
patterns = [
354
- /^[IVXLMCD]{1,2}\.[ \u00a0]/,
355
- /^[ivxlmcd]{1,2}\.[ \u00a0]/,
356
- /^[a-z]{1,2}[\.\)][ \u00a0]/,
357
- /^[A-Z]{1,2}[\.\)][ \u00a0]/,
358
/^[0-9]+\.[ \u00a0]/,
359
/^[\u3007\u4e00\u4e8c\u4e09\u56db\u4e94\u516d\u4e03\u516b\u4e5d]+\.[ \u00a0]/,
360
/^[\u58f1\u5f10\u53c2\u56db\u4f0d\u516d\u4e03\u516b\u4e5d\u62fe]+\.[ \u00a0]/
0 commit comments