chore: richtext p tag reference (#2085)
This commit is contained in:
@@ -12,6 +12,7 @@ const ELEMENT_TAGS = {
|
||||
H6: () => ({ type: 'h6' }),
|
||||
LI: () => ({ type: 'li' }),
|
||||
OL: () => ({ type: 'ol' }),
|
||||
P: () => ({}),
|
||||
PRE: () => ({ type: 'code' }),
|
||||
UL: () => ({ type: 'ul' }),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user