This site is deployed on Vercel here, and is a way to share and display formatted notes for a few of my Math-based classes. If you want to add a file or suggest changes, feel free to fork the project or create an issue.
All files are created using Markdown and LaTeX syntax, and rendered using TeXMe. To add a file, just save the markdown file as .html
and add:
<script src="/source/texme.js"></script>
<link rel="stylesheet" href="/source/theme.css">
to the bottom.
Note: a custom syntax for creating a details element is also available:
~~some name
Normal text or **markdown**
~~
Will become:
Click to show some name
Normal text or markdown