Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 489 Bytes

readme.md

File metadata and controls

32 lines (23 loc) · 489 Bytes

$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