Skip to content

Latest commit

 

History

History

section

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

$mol_section

The component which contains head and content.

Usage example

With content property:

<= Info $mol_section
	head \Information
	content /
		<= Some_text $mol_view sub /
			\Quisque nec est eleifend nulla.

With Content property:

<= Info $mol_section
	head \Information
	Content $mol_filler

Use h2 header (default is h1):

<= Info $mol_section
	level 2