Ticket #33300: 33300.4.patch
File 33300.4.patch, 622 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/js/tinymce/plugins/wptextpattern/plugin.js
25 25 { start: '####', format: 'h4' }, 26 26 { start: '#####', format: 'h5' }, 27 27 { start: '######', format: 'h6' }, 28 { start: '>', format: 'blockquote' },28 { start: editor.rtl ? '<' : '>', format: 'blockquote' }, 29 29 { regExp: /^\s*(?:(?:\* ?){3,}|(?:_ ?){3,}|(?:- ?){3,})\s*$/, element: 'hr' } 30 30 ]; 31 31