2 Supported Markdown syntaxes
boojack edited this page 2023-01-14 07:10:01 +08:00

Intro

In memos, we use our own parser to display markdown-compatible content.

In this page, you will learn all syntaxes you can use in your memo content.

Supported markdown syntax

If you are not familiar with markdown, please refer Markdown Cheat Sheet to get started. We try to support those useful syntaxes into memos not all of them.

Basic Syntax

  • Heading
  • Bold
  • Italic
  • Blockquote
  • Ordered List
  • Unordered List
  • Code
  • Horizontal Rule
  • Link
  • Image

Extended Syntax

  • Fenced Code Block
  • Strikethrough
  • Task List

Something special

  1. Just like GitHub's editor, you can directly write plain links.
  2. # followed by text will be recognized as a tag, refer Best practices to write a TAG to know more.
  3. Unlike markdown, you don't need to press Enter twice to break a line.