chore: removes leftover p tag reference (#2081)

This commit is contained in:
PatrikKozak
2023-02-13 16:27:18 -05:00
committed by GitHub
parent 4999fbaee6
commit e2ed0ccaea

View File

@@ -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' }),
};