Layout & Spacing

Master the art of arranging content and controlling space in your Jadle documents.

box:

Highlight text in a stylish box.

Example

box: This text is inside a box.
  background: lightgray
  padding: 2rem
  corner-radius: 10px

Available Modifiers

  • across:
  • align:
  • animate:
  • animateStart:
  • anchor:
  • background:
  • blur:
  • color:
  • columns:
  • decoration:
  • delay:
  • down:
  • font:
  • line-height:
  • opacity:
  • shadow:
  • weight:
  • border-color:
  • border-thickness:
  • corner-radius:
  • padding-bottom:
  • padding-left:
  • padding-right:
  • padding-top:
  • padding:

line:

Add a decorative line to break up your page.

Example

line: 5
  color: red

Available Modifiers

  • animate:
  • animateStart:
  • color:
  • font:
  • line-height:
  • opacity:
  • size:
  • weight:

blank:

Add some empty space.

Example

blank: 50px

Available Modifiers

  • height:

autospace:

Toggles automatic vertical spacing between elements.

Example

autospace: on

Available Modifiers