/memo-book

This is the source code for the memo book content. (a kind of cheat sheet)

Primary LanguageHTML

Memo book

Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License

This is the source code for the memo book content. It is licenced under the Creative Commons Attribution-Non Commercial- Share Alike 4.0 license.

All the sources are written in markdown, feel free to export in the format you want.

You can use Pandoc for converting the markdown if many formats.

For example in HTML :

pandoc -f markdown -t html5 src/* -o index.html --highlight-style=pygments -s -V css="styles.css" --toc