Closed JulianCataldo closed 2 years ago
Yep, definitely sounds like a bug in the parser. I'll take a look as soon as I can!
OK, finally was able to track this down and fix it in https://github.com/natemoo-re/ultrahtml/releases/tag/v0.1.0. About to update this and get a patch out!
Thanks @natemoo-re, that's an awesome plugin for SSR uses!
I'm actually evaluating it for this work-in-progress: https://github.com/JulianCataldo/content-maestro It's a content edition framework, with advanced Astro integration in mind, for SSR live-content feeding.
astro-remote
is promising for my uses cases, and I've successfully binded the two and injected custom components, however,I've encountered this major issue:
Setup:
Edit
./packages/demo/src/pages/index.astro
result:
Add some bold:
result:
Might be a bug with the parser maybe? (ultra-html).
This occurs also with the
<Markup />
component, which I was using in the first place, with pre-transformed markdown fromcontent-maestro
server.