Compare commits

...

2 Commits

Author SHA1 Message Date
1c4dad1b2e update readme 2022-11-10 16:46:59 +00:00
9ccf00e78a use amsmath style equation tagging with mathjax 2022-11-10 16:36:22 +00:00
2 changed files with 9 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ View your notes as a static html site. Browse a live sample of it [here](https:/
![](./screenshot.png)
Tested with [pandoc v2.19.2](https://github.com/jgm/pandoc/releases/tag/2.19.2).
## Why?

View File

@@ -4,6 +4,13 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans&display=swap" />
<link rel="stylesheet" type="text/css" href="/styles.css" />
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script>
MathJax = {
tex: {
tags: 'ams'
}
}
</script>
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
<title>$title$</title>
</head>