Results 74 comments of Oleksii Shmalko
trafficstars

Hey. Sorry, for the long reply As you seem to have noticed, this PR is breaking orgx support (dumping JSX). This is used to allow users to override standard components...

Another note is that `astro-org` is mostly a copy-paste-edit from [`@astrojs/mdx`](https://github.com/withastro/astro/tree/main/packages/integrations/mdx/) (although from an earlier version), which might explain some of the weirdness you see. If possible, I would like...

org-element parses these examples as paragraphs, so this should be handled in `uniorg-rehype`. It's a bit more complicated than simply removing `` tags though — tags are only removed if...