You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build a vue component to render mobiledoc on the server side. The normal mobiledoc-kit editor has no problem rendering the bold and italic markup. mobiledoc-vdom-renderer only generates empty paragraph tags for all sections including markup. Text without markup is not affected.
Version: 1.0.0
I build a vue component to render mobiledoc on the server side. The normal mobiledoc-kit editor has no problem rendering the bold and italic markup. mobiledoc-vdom-renderer only generates empty paragraph tags for all sections including markup. Text without markup is not affected.
Results in:
I already tried importing and using
getMarkupComponentDefault
as described in the readme but got the same result.The text was updated successfully, but these errors were encountered: