MDEx - Fast and Extensible Markdown

@leandrocp With the release of 0.11, thanks for that of course! I can, as shown in the docs, use the sigil to render Markdown and Phoenix components, but I can’t figure out, how to do the same when the Phoenix Component is inside a markdown file (I am using NimblePublisher). So, extending this example: mdex/examples/nimble_publisher.livemd at main · leandrocp/mdex · GitHub to support markdown files with components. I have added the `phoenix_heex: true` to the extension options to pass it to `MDEx.to_html!`.

I see that the resulting MDex.Document parses the specific line of the component as an heex_block, but then the literal is the component itself.

[heex_block] node: “SiteWeb.BlogComponents.article_image”, literal: “<SiteWeb.BlogComponents.article_image image=“hollow_knight.jpg” alt=“Hollow Knight” />\n”

Any pointers? Thanks!