Skip to main content

How can I format and edit my documents?

Updated over 2 weeks ago

Radiant supports standard formatting options to help you customize your generated documents.

Headers

Use markdown syntax for headers. The more # symbols, the smaller the header level.

  • # Header 1 - Largest header

  • ## Header 2 - Medium header

  • ### Header 3 - Small header

Make sure to include a space between the # and your text.

Bold and italic text

Keyboard shortcuts:

  • Cmd + B to bold text

  • Cmd + I to italicize text

Markdown syntax:

  • **bold text** for bold

  • _italic text_ for italic

Lists

  • Bulleted lists: Start lines with - or *

  • Numbered lists: Start lines with 1.

Did this answer your question?