move def lower in paragraph rule
This commit is contained in:
parent
a1f2bce65f
commit
2112d32e38
@ -59,8 +59,8 @@ block.paragraph = (function() {
|
|||||||
('heading')
|
('heading')
|
||||||
('lheading')
|
('lheading')
|
||||||
('blockquote')
|
('blockquote')
|
||||||
('def')
|
('<(?!' + elements() + ')\\w+')
|
||||||
('<(?!' + elements() + ')\\w+');
|
('def');
|
||||||
|
|
||||||
return new
|
return new
|
||||||
RegExp(paragraph.replace('body', body.join('|')));
|
RegExp(paragraph.replace('body', body.join('|')));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user