Walks the repository, eats all Markdown and spits out HTML files.
npm install
node convert.js
public/
pandoc
We use a template based on the GitHub Markdown, mixed with some of our own tweaks.
We use standard Markdown with a little extra Mathjax. That essentially means that
this nice inline math:
$(\forall x\in\mathbb{R}):x^2\gt0$
or this block math:$ a^2+b^2=c^2\\ \sqrt{a^2+b^2}=c $
turn into these pretty objects:
this nice inline math: or this block math:
a^2+b^2=c^2\\ \sqrt{a^2+b^2}=c
MIT, see LICENSE.md
Contents modified on 2021-01-13 21:10:55.796+0000
Page generated on 2021-01-13 21:11:11.386+0000