name: front class: middle center inverse # Markdown Syntax Mark-up for text files - ------------------ Extras --- ## General Markdown formating syntax https://daringfireball.net/projects/markdown/syntax The above link is to standard Markdown. Boxxd uses an extended version based on Github. ## Editing Keywords Following keywords will be showed highlighted in some editors. ``` BUG: FIXME: HACK: IDEA: NOTE: QUESTION: REVIEW: TODO: ``` --- ## Adding notes ### Adding general notes Following will not show up in print output, but will be visible in source. ``` ``` ### Adding secret notes Adding notes that should not show up in print output or in source: ``` (empty line) [comment]: # (This actually is the most platform independent comment) ``` From: https://stackoverflow.com/questions/4823468/comments-in-markdown --- ## Formating notes for slideshow Using the remark.js script. Info about formating for the slideshow: https://github.com/gnab/remark/wiki/Formatting