LiaScript 0.14 - Partial Documentation (Korean)
- André Dietrich
- Article , Documentation
- March 3, 2024
This is an automated translation of the LiaScript LiaScript into the Korean language.
You can inspect the document by your own, either directly from GitHub or as the interactive LiaScript version.
1. Overview on Tools & More
Update:
You can now also use VS-Code as your editor, there are now two additional extensions within the marketplace, one for previews and one for snippets.
Check out the following link for more information.
An overview on currently developed courses and plugins can now be found via GitHub-topics:
- Overview on courses: https://github.com/topics/liascript-course
- List of all macros: https://github.com/topics/liascript-template
2. Markdown-Basics part 1 & Multimedia
todo
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
todo
4. Styling elements
5. Math & Formulas
Update:
You can now also define custom KaTeX-macros, which can be either locally or globally defined.