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
In the past in React, I've used https://github.com/remarkjs/react-markdown to render url tags with custom react components. For example a github link can be rendered as card with the projects open graph data.
I'd be nice if we had a way to intercept the HTML tags being rendered, read metadata from within it and substitute in our own custom composable.
The text was updated successfully, but these errors were encountered:
In the past in React, I've used https://github.com/remarkjs/react-markdown to render url tags with custom react components. For example a github link can be rendered as card with the projects open graph data.
I'd be nice if we had a way to intercept the HTML tags being rendered, read metadata from within it and substitute in our own custom composable.
The text was updated successfully, but these errors were encountered: