Notebook template made in markdown and exported to HTML via Pandoc. It also uses MathJax, so you can write your math formula's in it.
- pandoc (link to the pandoc's website)
-
Clone repo
git clone https://github.com/jozwikaleksander/markdown-notebook-template.git -
Write your notes in index.md file and add your images to img directory.
-
Convert index.md to HTML via command below
pandoc --metadata title="Notebook title" --mathjax="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js" -c css/style.css -s index.md -o index.htctrlmlor use VSCode task I prepared (โ Control + โง Shift + P choose Tasks: Run task and Convert to HTML). You can configure this task in .vscode directory.
-
Repeat steps 2 and 3 until your done.
Project was made by Aleksander Jรณลบwik (@jozwikaleksander).
