Comments from Discord:
[Graf] I have several raw HTML tags in my Markdown (.md) files. How do I return them as-is to be shown when I call post.html? They are currently removed from it
[schickling] I think there's some rehype/remark plugin that can do this.
[Graf] I attempted to use rehype-raw but no dice.. ended up just using the mdx format instead to preserve the tags
Let's solve this and then add the solution to the docs.
Reactions are currently unavailable
Comments from Discord:
Let's solve this and then add the solution to the docs.