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