using "raw" tag in jekyll to view liquid tags

{% raw %}
{% include mathjax.html %}
{% endraw %}

Alternatively, we can disable liquid processing (jekyll v4.0+) in the post’s front matter use

render_with_liquid: false

★ 1 min read · Rajesh Pandian M · jekyll