editorjs-viewer-native
editorjs-viewer-native copied to clipboard
Span missing in the htmlTag parsser
If the Paragraph includes span tags it will be shown as text and not parsed. the span needs to be handled in the same way as italic etc... https://github.com/Hidekih/editorjs-viewer-native/blob/4bb04110addfb2f4b993b1fdd864cd249fe68611/src/hooks/useParseHtmlTags.tsx#L28
ill will push the fix later this week.