← Help Center

Format notes

All notes support Markdown formatting options.

Examples

Italics

For italics you can use either underscores or single asterisks:

Preceden _is_ a timeline maker
Preceden *is* a timeline maker

Preceden is a timeline maker.

Bold

For bold use two asterisks:

Preceden is a **timeline maker**

Preceden is a timeline maker.

Unordered Lists

Preceden lets you:

* Add images
* Use Markdown
* Share with others

Preceden lets you:

  • Add images
  • Use Markdown
  • Share with others

Ordered Lists

Preceden lets you:

1. Add images
2. Use Markdown
3. Share with others

Preceden lets you:

  1. Add images
  2. Use Markdown
  3. Share with others

Headings

# Large Text

## Medium Text

### Small Text

Links

[Preceden Timeline Maker](https://www.preceden.com)

Preceden Timeline Maker

Line Breaks

Each line you type shows on its own line. Leave a blank line between paragraphs to add space between them:

First line
Second line

A new paragraph

Tables

| Year | Event |
|------|-------|
| 1776 | Declaration of Independence |
| 1787 | Constitution signed |
Year Event
1776 Declaration of Independence
1787 Constitution signed

Superscript

For superscript, put a caret before the text:

The 19^th century

The 19th century.

FAQs

Can I use HTML in notes?

No. HTML tags show up as plain text, so <b>bold</b> appears exactly as you typed it. Use the Markdown options above instead.

Can I strike through, highlight, or underline text?

No. Strikethrough (~~text~~) and highlighting (==text==) aren't supported and appear exactly as you typed them. Two underscores on each side (__text__) make text bold, not underlined.

Can I start a numbered list at something other than 1?

Say you enter notes like this:

5. Fifth bullet
6. Sixth bullet
7. Seventh bullet

Markdown will automatically renumber the list from 1 when Preceden displays it:

  1. Fifth bullet
  2. Sixth bullet
  3. Seventh bullet

Place a backslash before each period, which keeps Markdown from reading the line as a list:

5\. Fifth bullet
6\. Sixth bullet
7\. Seventh bullet

Markdown will then correctly show it with numbers 5-7.