Self-contained notes on things I've learned and don't want to forget. No guarantees on correctness.
./md_to_html.sh path/to/markdown-file.md
to convert a markdown file to htmlmake convert-all
to convert all markdown files to htmlmake clean
to delete all html files
The template is taken from pandoc-goodies. You can see what is possible in markdown here with the corresponding HTML page here.
- 🚧(under construction)
TODO: write a pandoc filter to allow html files to point to /pensieve/MEDIA_DIR instead of MEDIA_DIR