.center # HTML presentation with remark.js .center[.red.bold[*] Important footnote] ??? Notes jkdsajljdsalj --- # Documentation 1. remark.js [homepage](https://remarkjs.com/) 2. remark.js [project pages](https://github.com/gnab/remark) and link to [wiki](https://github.com/gnab/remark/wiki) 3. Using remark.js with jekyll [(instruction on wiki)](https://github.com/gnab/remark/wiki/Using-with-Jekyll) [NOTE]: Note that you need active internet connection to access remark.js script file --- # My own configuration 1. Downloaded [remark-latest.min.js](https://gnab.github.io/remark/downloads/remark-latest.min.js) to `assets/js`* folder. 2. Added a line to `_includes/footer/custom.html` 3. ```html {% if page.layout == "presentation" %} {% endif %} [...]