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
So, it looks like it maybe gets lost along the way somehow. Any advice would be great!
But my scope for now remains to convert HTML images -> AST. If there's a better way to do this than the one I'm heading down, I'd greatly appreciate being steered in another direction as well.
The text was updated successfully, but these errors were encountered:
Possibly related to #7, or maybe not.
I'm trying to deal with the fact that images are sometimes inlined as
<img …
HTML tags rather than e.g.
.So I would like to attempt conversion of
<img …
's encountered into proper AST.The first thing I'm coming up against is getting HTML emitted at all. When I run the following example, the two
img
s are lost along the way.If I look at the tokenization, they are registered as an HTML block:
So, it looks like it maybe gets lost along the way somehow. Any advice would be great!
But my scope for now remains to convert HTML images -> AST. If there's a better way to do this than the one I'm heading down, I'd greatly appreciate being steered in another direction as well.
The text was updated successfully, but these errors were encountered: