NotroTail

Sample 10: Columns

Notion column layouts.

Left Column

This is the left column content.

  • Point 1
  • Point 2
<column>
	## Right Column
	This is the right column content.
	**Bold text** in the right column.
</column>

Three-column layout:

Column 1

Short content.

<column>
	**Column 2**
	More content here.
</column>

<column>
	**Column 3**
	Even more content.
</column>