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:
@page "/"@using MathJaxBlazor<h1>Hello, world!</h1>@((MarkupString)content)@code { private string content =""""<h2> Hi ! </h2><p> This is a test </p><MathJaxBlazor.Equation Value="a^2 + b^2 = c^2" />"""";}
@page "/"@using MathJaxBlazor<h1>Hello, world!</h1>@((MarkupString)content)@code { private string content =""""<h2> Hi ! </h2><p> This is a test </p><MathJaxBlazor.Equation Value="a^2 + b^2 = c^2" />"""";}
When running the code, the page looks like the image shows