Headings, Pages & Navigation Tree #175
Replies: 1 comment 2 replies
-
Hi, that sounds great ... actually, you can organize your course as you will. The easiest way is to use HTML-tags. Within the first preprocessing, LiaScript will ignore all HTML-content and add this to your slide, within one # Headers
## Sub Header 1
<section>
### Sub Sub Header 1 (not part of the Table-of-Contents)
todo ...
</section>
<section>
### Sub Sub Header 2 (not part of the Table-of-Contents)
todo ...
</section>
## Sub Header 2
as an alternative you can use
Sub Sub Header (not part of the Table-of-Contents)
=============
and
Sub Sub Sub Header (not part of the Table-of-Contents)
------------------
But this does not follow the original Markdown standard Here is a little demo that you could try out: I tried to address the usage of semantic correct HTML here: but there is more to it, actually this could be also handled with a simple https://www.w3schools.com/html/html5_semantic_elements.asp I hope this solves your problem ;-) Kind regards André |
Beta Was this translation helpful? Give feedback.
-
Thank you for providing LiaScript, we are considering using it in higher education to create OERs including H5P elements.
For the title of the OER we use H1, the rest of the chapters are styled using H2 and H3 headings.
H1 Title
H2 Chapter 1
H3 Subchapter 1.1
Current observation:
Related to the above, would it be possible to...
This could be achieved by giving each "presentation mode" a specific style, e.g. "Textbook" = display H2 and all its sub-chapters on one page.
Kind regards
Michael
Beta Was this translation helpful? Give feedback.
All reactions