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
Currently, the markdown-to-document parser creates document nodes in visitElementBefore, however, it would be more appropriate to log the block type in visitElementBefore and then construct the actual document node within visitText and/or visitElementAfter.