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