Rendering a razor component from a raw string
I'm trying to render a
<Equation/>
from MathJaxBlazor
in a raw string using MarkupString
but it doesn't render the component, or anything but the raw HTML really. Anyone have any ideas on how to solve this or how I could render it in another way?
Here's the source code for the page:
When running the code, the page looks like the image shows3 Replies