LiaScript 0.10 documentation (english)

LiaScript May 23, 2022

This is a screencast of the LiaScript documentation in presentation mode spoken by LiaScript itself ;-)

You can inspect the document by your own, either directly from GitHub or as the interactive LiaScript version.


0. Intro


1. Overview on Tools & More

Update:


2. Markdown-Basics part 1 & Multimedia

Update:

  • Additional headers can be inserted into a slide by using the HTML5-tag <section> or <article>

    # Title
    
    ...
    
    <article>
    ## Subtitle
    
    with subsection content ...
    </article>
    
  • HTML comments can now be used to hide content or to add personal notes:

    # Title
    
    <!-- some private information not to be shown to the public ... -->
    
    A new paragraph
    

3. Markdown-Basics part 2


4. Styling elements


5. Math & Formulas


6. Footnotes


7. State


8. Tasks


9. Quizzes


10. Surveys & Classrooms


11. Animations & Effects


12. Fun with Tables


13. ASCII-Art


14. Executable Code


15. Macros and Libraries


16. JavaScript