remark.html 463 B

123456789101112131415161718192021222324252627282930313233
  1. <html>
  2. <head>
  3. <meta charset="utf-8" />
  4. </head>
  5. <body>
  6. <script src="https://remarkjs.com/downloads/remark-latest.min.js">
  7. </script>
  8. <script type="text/javascript">
  9. window.onload=function(){
  10. var slideshow = remark.create({
  11. navigation: {
  12. click: true,
  13. },
  14. });
  15. }
  16. </script>
  17. <textarea id="source">
  18. class: middle
  19. # Title
  20. - Introduction
  21. - part 1
  22. - level 3
  23. - level 3 second line
  24. - part 2
  25. - Deep-dive
  26. - ...
  27. ---
  28. # Thanks