UpNote User Guide
  • New to UpNote
    • UpNote user guide
    • Installation
    • Create a new note
    • Sync notes across devices
    • Search for notes
    • Keep window on top
    • Select multiple notes
    • Open note in a new window
    • Sort notes
    • Info Panel
  • Write & Edit
    • Format your text
    • Write with Markdown
    • Images
    • Attachments
    • Checklists
    • Date and Time
    • Tables
    • Collapsible section
    • Quotes
    • Code blocks
    • Scan documents
    • Drawing & handwriting
    • Editor typography
    • Line length
    • Bi-directional links
    • Search in a note
    • Typewriter mode
    • Focus mode
    • Table of contents
    • Word count
    • Duplicate a note
    • Merge notes
    • Protect notes from unwanted edits
    • Link to internal files and folders
    • Insert LaTeX formulas
    • Embed videos
    • Preview PDF files
    • Templates
    • Slash menu
    • Text direction
  • Get Organized
    • Pin a note to the top
    • Add a note to Quick Access
    • Organize with notebooks
      • Create a notebook
      • Edit a notebook
      • Create nested notebooks
      • Move notes across notebooks
      • Hide and show a notebook
      • Sort notebooks in the sidebar
    • Organize with tags
      • Create a hashtag
      • Rename and Delete Tags
      • Add or remove tags from multiple notes
      • Hide and show tags in the sidebar
      • Sort tags in the sidebar
    • Organize with spaces
      • Create a space
      • Switch between spaces
      • Edit a space
      • Move to other space
      • Import notes to spaces
    • Filter your notes
  • Import, Export, Share & Print
    • Import content to UpNote
      • Import from Evernote
      • Import from Apple Notes
      • Import from Bear
      • Import from Simplenote
      • Import from Markdown
      • Import from Google Keep
      • Import from HTML
    • Share notes via web link
    • Share extension on iOS
    • Share extension on Android
    • Web clipping extension
    • Export your notes
    • Print your notes
  • Lock
    • Lock a notebook
    • Lock the whole app
    • Forget lock password
  • Account and Password
    • Create UpNote account
    • Reset password
    • Change email and password
    • Manage sign-in methods
    • Delete account
  • MORE
    • Widgets for mobile apps
    • Keyboard shortcuts
    • Automatic notes backup
    • Restore a note version
    • x-callback-url endpoints
    • Release notes
      • Mac, Windows and Linux apps
      • iOS app
      • Android app
    • Questions about Premium
    • Support
Powered by GitBook
On this page
  • Headings
  • Bold
  • Italic
  • Bold and Italic
  • Block quotes
  • List
  • Code
  • Divider
  • Checkbox
  • Copy as Markdown
  • Paste from Markdown
  1. Write & Edit

Write with Markdown

Markdown has become popular nowadays, especially among developers. It helps you format the note easily without having to write bloated HTML code. If you already know Markdown syntax, you will feel at home.

Headings

To create a heading, add number signs # in front of a word or phrase, followed by a space. The number of number signs you use should correspond to the heading level.

Markdown
Output

# Heading level 1

Heading level 1

## Heading level 2

Heading level 2

### Heading level 3

Heading level 3

Bold

To bold text, add two asterisks ** or underscores __ before and after a word or phrase.

Markdown
Output

**bold text**

bold text

__bold text__

bold text

Italic

To italicize text, add one asterisk * or underscore _ before and after a word or phrase.

Markdown
Output

*italicized text*

italicized text

_italicized text_

italicized text

Bold and Italic

To emphasize text with bold and italics at the same time, add three asterisks or underscores before and after a word or phrase.

Markdown
Output

***bold and italic text***

bold and italic text

___bold and italic text___

bold and italic text

Block quotes

To create a blockquote, add a > in front of a paragraph, followed by a space.

Markdown
Output

> This is a blockquote.

List

To create an ordered list, add line items with numbers followed by periods.

Markdown
Output

1. Item one

2. Item two

3. Item three

  1. Item one

  2. Item two

  3. Item three

To create an unordered list, add dashes -, asterisk *, or plus sign + in front of line items. Indent one or more items to create a nested list.

Markdown
Output

- Item one

- Item two

- Item three

  • Item one

  • Item two

  • Item three

Code

To create a code block, use 3 backticks ``` .

To denote a word or phrase as code, enclose it in backticks `.

Markdown
Output

`in-line code`

in-line code

```code block

Divider

To create a divider, use three asterisks ***, dashes ---, or underscores ___ on a line by themselves and hit Enter.

Markdown
Output

---

Checkbox

To add a toto item, use [] followed by a space.

To add a done item, use [x] followed by a space.

Markdown
Output

[] todo item

[x] done item

Copy as Markdown

To copy content from UpNote as markdown, right click and select Copy as Markdown

You may also use the shortcut Cmd + Option + C (on Mac) and Ctrl + Alt + C (on Windows)

Paste from Markdown

If you want to paste from a Markdown source, right click on your editor and select Paste from Markdown. Your content will be automatically converted to proper format.

You may also use the shortcut Cmd + Option + V (on Mac) and Ctrl + Alt + V (on Windows)

PreviousFormat your textNextImages

Last updated 7 months ago

On iOS, long tap on the editor and select Paste from Markdown in the pop up.

On Android, tap the + icon in the formatting bar and select Paste from Markdown