layout: true class: typo, typo-selection --- count: true class: middle # How to fast configure remarkjs into markdown 1. Firstly, find && write a **markdown** 2. Copy && paste **HEAD** before the Markdown block 3. Copy && paste **TAIL** after the Markdown block --- #### HEAD ```html
TYPE WHATEVER FUKCING AWESOME TITILE YOU WANT
``` Ref: https://github.com/asmeurer/python3-presentation/blob/gh-pages/slides.html --- ## Markdown Block ```markdown # Your markdown block 1. 1 2. 2 3. 3 ``` --- #### TAIL ```html <\/textarea> // rember to remove the "\" ``` Ref: https://github.com/asmeurer/python3-presentation/blob/gh-pages/slides.html