--- --- # daumenkino ## a vuepress based presentation framework --- # Hello World === # Fragments - %(This is a fragment) - %(This is **another** fragment) - %(And another one) You also can have %(fragments) inside text --- # Slide Overview press `ESC` to view all slides at once! === # Nested Slides --- # Speaker Mode press `s` to open speaker window --- # Speaker Nodes use a `notes` element to write yourself notes for the speaker mode ::: notes - hi - We are notes! - horray! ::: --- # Images ![cat](http://3.bp.blogspot.com/-eiAwMyrSRZc/U0QoP3kxmBI/AAAAAAAACpQ/-CAJ1YkJrmQ/s1600/cute_cats_desktop_hd-wallpaper.jpeg) --- # Text Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. --- # Code ```js{2} import Lib from 'lib' const foo = new Lib() // you can highlight lines const foo.bar() ```