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
Previously, an mdast text could not result in an element through a `hName`.
As it’s rather clear that: `{type: 'text', data: {hName: 'span'}}` should turn
into a span element node, this was fixed.
0 commit comments