mdast
mdast copied to clipboard
Use separate constructs for flow, text html: `htmlFlow`, `htmlText`
Subject of the feature
It’s funky that we use one for html, but two for code. As they’re such different things, that should be reflected in their types.
Problem
Confusing whether something is text (“inline”) or flow (“block”).
Expected behavior
No confusion.