Skip to content

Instantly share code, notes, and snippets.

@anupambhatnagar
Created December 28, 2022 23:22
Show Gist options
  • Save anupambhatnagar/fed5499bfa2e498ccd5afe2b5fa6ba34 to your computer and use it in GitHub Desktop.
Save anupambhatnagar/fed5499bfa2e498ccd5afe2b5fa6ba34 to your computer and use it in GitHub Desktop.
Enable LaTeX using mathjax in markdown files
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{%- include head.html -%}
{%- include mathjax.html -%}
<body>
{%- include header.html -%}
<main class="page-content" aria-label="Content">
<div class="wrapper">
{{ content }}
</div>
</main>
{%- include footer.html -%}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment