Document Editor

ThongZen ;; coding ;;



h1;; Title of the presentation ;; 
h2;; this is the first sheet ;; 
p;; with a paragraph ;; 
li;; a list item ;; 
li;; and a second list item ;; 
p;; even code tag works great! ;;


code;; 
 <html>
console.log("hi");
</html
 ;;

h2;; this is the second sheet ;; 
p;; with nothing ;; 
Click here for result!

Documentation - rules

  • - Start document with h1 or h2

  • - use h1 for the title of the presentation

  • - use h2 for the title of the sheet

  • - use p for a paragraph

  • - use li for a list item

  • - use code for coding


  • The syntax:
    element ;; value ;;


    You can try it on the next sheet :)

    this is a hightlighted paragraph


    Editor

    MotionControl

    /