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 textCmd + 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.