chore: richtext p tag reference (#2085)

This commit is contained in:
PatrikKozak
2023-02-13 22:30:04 -05:00
committed by GitHub
parent d4c1e0deb0
commit c655ceac9e

View File

@@ -12,6 +12,7 @@ const ELEMENT_TAGS = {
H6: () => ({ type: 'h6' }),
LI: () => ({ type: 'li' }),
OL: () => ({ type: 'ol' }),
P: () => ({}),
PRE: () => ({ type: 'code' }),
UL: () => ({ type: 'ul' }),
};