hi everybody i want to render MathMl tags inside view but they dont render properly these are my javascript libraries
@section Styles
{
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
<script type="text/javascript" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js?config=TeX-MML-AM_CHTML">
</script>
this is rendered tag
<math xmlns="http://www.w3.org/1998/Math/MathML"><mn>2</mn><msqrt><mn>2</mn></msqrt></math>
this is tag in inspect element

any help will be highly appreciated

For a more elegant approach, avoid rendering script tags directly above the @section because sometimes they won't execute at all. Instead, include your scripts directly within your view.
remove
@sectionarea and render script element in your chelid view