Working with Text

This page covers everything you need to know about creating and styling text in your Jadle documents.

title:

Add a title.

Example

title: This is a Title
  align: center
  color: blue

Available Modifiers

  • across:
  • align:
  • anchor:
  • animate:
  • animateStart:
  • backlink:
  • color:
  • columns:
  • decoration:
  • delay:
  • down:
  • font:
  • line-height:
  • opacity:
  • size:
  • shadow:
  • toPage:
  • url:
  • mailto:
  • weight:

subtitle:

Add a subtitle.

Example

subtitle: This is a Subtitle
  size: 24
  weight: bold

Available Modifiers

  • across:
  • align:
  • anchor:
  • animate:
  • animateStart:
  • backlink:
  • color:
  • columns:
  • decoration:
  • delay:
  • down:
  • font:
  • line-height:
  • opacity:
  • size:
  • shadow:
  • toPage:
  • url:
  • mailto:
  • weight:

supertitle:

Add a big, bold title.

Example

supertitle: This is a Supertitle
  font: "Courier New"
  decoration: underline

Available Modifiers

  • across:
  • align:
  • anchor:
  • animate:
  • animateStart:
  • backlink:
  • color:
  • columns:
  • decoration:
  • delay:
  • down:
  • font:
  • line-height:
  • opacity:
  • size:
  • shadow:
  • toPage:
  • url:
  • mailto:
  • weight:

Lists

Jadle supports both bulleted and numbered lists.

*:

Make a bullet point.

Example

*: This is a bullet point.
**: This is an indented bullet point.

Available Modifiers

  • across:
  • align:
  • anchor:
  • animate:
  • animateStart:
  • color:
  • decoration:
  • delay:
  • down:
  • font:
  • line-height:
  • opacity:
  • size:
  • shadow:
  • weight:

#:

Make a numbered list.

Example

#: This is a numbered list item.
##: This is an indented numbered list item.

Available Modifiers

  • across:
  • align:
  • anchor:
  • animate:
  • animateStart:
  • color:
  • decoration:
  • delay:
  • down:
  • font:
  • line-height:
  • opacity:
  • size:
  • shadow:
  • weight: