Яндекс.Метрика

Markdown

Markdown explained

A markup language for formatting Pachca messages: **bold**, *italic*, `code`, lists and headings without a complex editor

Markdown is a way to style text without a visual editor. The syntax:

  • bold: two asterisks
  • _italic_: underscores
  • ~~strikethrough~~: two tildes
  • `code`: backticks
  • > quote: a greater-than sign
  • - list: a hyphen

Messages support a simplified version of Markdown. Bots and the API support the full syntax.

Learn more in the Help center

Read the article →

Related terms