---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
  - property: og:type
    content: article
  - property: article:section
    content: Работать с задачами
  - property: og:title
    content: Оформление текста
  - property: article:tag
    content: Сборник инструкций
alternate:
  - https://yandex.ru/support/tracker/en/user/markup.md
  - https://yandex.ru/support/tracker/ru/user/markup.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/support/tracker/en/llms.txt


[//]: # (Исходники yfmeditor/ хранятся в документации Yandex Wiki)

# Text formatting

To format text in issue descriptions and comments, use the visual editor or the [Yandex Flavored Markdown syntax](https://diplodoc.com/docs/en/index-yfm).

To learn more about the Tracker text editor features and supported formatting elements and blocks, see the following sections:

* [Formatting text](https://yandex.ru/support/tracker/en/user/syntax-yfm.md)
* [Block formatting](https://yandex.ru/support/tracker/en/wysiwyg/block-format.md)
* [Tables](https://yandex.ru/support/tracker/en/wysiwyg/tables-format.md)
* [Embedded object (iframe)](https://yandex.ru/support/tracker/en/wysiwyg/embed-content.md)
* [Images](https://yandex.ru/support/tracker/en/wysiwyg/images.md)
* [Files](https://yandex.ru/support/tracker/en/wysiwyg/file.md)
* [Charts](https://yandex.ru/support/tracker/en/wysiwyg/diagrams.md)
* [Block with HTML markup](https://yandex.ru/support/tracker/en/wysiwyg/html-block.md)

## Editor modes {#mode}

Yandex Tracker supports two text editing modes: visual editor and markup mode. The visual editor opens by default.

To change the editor mode, when editing text, click <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" aria-hidden="true" class="yc-icon nv-aside-header-footer-item__icon"><svg xmlns="http://www.w3.org/2000/svg" fill="none"><path fill="currentColor" fill-opacity=".85" fill-rule="evenodd" d="M8.875 2.125h2.25a.5.5 0 0 1 .5.5v.23c0 1.925 2.083 3.128 3.75 2.165l.2-.115a.5.5 0 0 1 .682.183l1.125 1.949a.5.5 0 0 1-.183.683l-.2.115c-1.666.962-1.666 3.368 0 4.33l.2.115a.5.5 0 0 1 .183.683l-1.125 1.949a.5.5 0 0 1-.683.183l-.199-.115c-1.667-.963-3.75.24-3.75 2.165v.23a.5.5 0 0 1-.5.5h-2.25a.5.5 0 0 1-.5-.5v-.23c0-1.925-2.083-3.128-3.75-2.165l-.2.115a.5.5 0 0 1-.683-.183l-1.125-1.949a.5.5 0 0 1 .183-.683l.2-.115c1.667-.962 1.667-3.368 0-4.33l-.2-.115a.5.5 0 0 1-.183-.683l1.125-1.949a.5.5 0 0 1 .683-.183l.2.115c1.667.963 3.75-.24 3.75-2.165v-.23a.5.5 0 0 1 .5-.5zm-2 .5a2 2 0 0 1 2-2h2.25a2 2 0 0 1 2 2v.23a1 1 0 0 0 1.5.866l.2-.115a2 2 0 0 1 2.731.732l1.125 1.949a2 2 0 0 1-.732 2.732l-.2.115a1 1 0 0 0 0 1.732l.2.115a2 2 0 0 1 .732 2.732l-1.125 1.949a2 2 0 0 1-2.732.732l-.199-.115a1 1 0 0 0-1.5.866v.23a2 2 0 0 1-2 2h-2.25a2 2 0 0 1-2-2v-.23a1 1 0 0 0-1.5-.866l-.2.115a2 2 0 0 1-2.732-.732l-1.125-1.949a2 2 0 0 1 .732-2.732l.2-.115a1 1 0 0 0 0-1.732l-.2-.115a2 2 0 0 1-.732-2.732l1.125-1.949a2 2 0 0 1 2.732-.732l.2.115a1 1 0 0 0 1.5-.866v-.23zM12.25 10a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0zm1.5 0a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0z" clip-rule="evenodd"/></svg></svg> on the toolbar and select **Visual editor (wysiwyg)** or **Markdown markup**.

{% list tabs %}

- Visual editor

   In the visual editor, you can format text like you normally do in Microsoft Word or Google Docs.

   You can also add formatting elements [using your keyboard](#keyboard) or through the [quick access menu](#slash).

- Markdown markup

   In markup mode, formatting elements are shown as special characters. Tracker supports [YFM markup](https://diplodoc.com/docs/en/index-yfm), an extended version of [Markdown](https://en.wikipedia.org/wiki/Markdown) featuring additional formatting elements.

{% endlist %}


## Quick access menu {#slash}

<!-- source: en/yfmeditor/editor.md -->
1. On a new line or after a space, type `/`. A list of available formatting elements and blocks opens.

1. To search through the list, start typing the name of an item.

1. Use your mouse or keyboard to select an item in the list.
<!-- endsource: en/yfmeditor/editor.md -->

## Adding formatting elements using the keyboard {#keyboard}

In the [visual editor](#mode), you can type special characters to add certain formatting elements:

{% list tabs accordion %}

- Line formatting

   <!-- source: en/yfmeditor/editor.md -->
   In the visual editor, you can apply line formatting markup to individual words without spaces:

   1. Add a space before the markup characters.

   1. Add markup characters at the beginning and end of the word that you want to format.

      Examples:
      * Bold text: `**Bold** `
      * Italic: `_Italic_ `
      * Underlined text: `++Underlined++ `
      * Strikethrough text: `~~Strikethrough~~ `
      * Monospaced text: `##Monospaced## `
      * Yellow highlight: `==Highlighted== `
      * Superscript: `^Superscript^ `
      * Subscript: `~Subscript~ `

   1. Make sure to add a space after the closing character.
   <!-- endsource: en/yfmeditor/editor.md -->

   For more information, see [Line formatting](https://yandex.ru/support/tracker/en/user/syntax-yfm.md#format-wysiwyg)

- Header

   <!-- source: en/yfmeditor/editor.md -->
   On a new line, type from one to six `#` characters followed by a space. For example: `### `
   <!-- endsource: en/yfmeditor/editor.md -->

   For more information, see [Headers](https://yandex.ru/support/tracker/en/user/syntax-yfm.md#headers)

- List

   <!-- source: en/yfmeditor/editor.md -->
   * To create a numbered list, start a new line with any digit followed by a period and a space. For example: `1. `

   * To add a bulleted list, start a new line with `-` or `*` followed by a space. For example: `- `

   * To add a checklist, start a new line with `[]` followed by a space. For example: `[] `

   * To create a nested list item (increase the left indent), position the cursor in the line of the list item and press **Tab**.

   * To move a nested list item to a higher level (decrease the left indent), place the cursor in the line with the list item and press **Shift** + **Tab**.

   * To add a paragraph without a number or bullet between list items, place the cursor at the beginning of the item and press **Backspace** (on Windows) or **⌫** (on macOS).

   * To finish the list and start typing plain text, place the cursor in a new empty list item and press **Enter**.
   <!-- endsource: en/yfmeditor/editor.md -->

   For more information, see [Lists](https://yandex.ru/support/tracker/en/user/syntax-yfm.md#lists-wysiwyg)

- Quote

   <!-- source: en/yfmeditor/editor.md -->
   Start a new line with `>` followed by a space. For example: `> `
   <!-- endsource: en/yfmeditor/editor.md -->

   For more information, see [Quote](https://yandex.ru/support/tracker/en/user/syntax-yfm.md#quote)

- Code

   <!-- source: en/yfmeditor/editor.md -->
   - To format a code snippet within a line of text, add a backtick `` ` `` at the beginning and end of the snippet, then add a space after the closing character. For example: `` `s = input()` ``

   - To add a code block, start a new line and type three backticks ` ``` `.
   <!-- endsource: en/yfmeditor/editor.md -->

   For more information, see [Code formatting](https://yandex.ru/support/tracker/en/user/syntax-yfm.md#src-wysiwyg)

- Formula

   <!-- source: en/yfmeditor/editor.md -->
   - To format a formula in text, type `$`, enter the marked up formula in KaTeX format, and close it with `$` and a space. For example: `$x^2$ `

   - To add a formula block, start a new line with `$$` followed by a space. For example: `$$ `
   <!-- endsource: en/yfmeditor/editor.md -->

   For more information, see [Formulas](https://yandex.ru/support/tracker/en/user/syntax-yfm.md#equation)

- Separator

   <!-- source: en/yfmeditor/editor.md -->
   On a new line, type triple hyphen (`---`), triple underscore `___`, or triple asterisk (`***`).
   <!-- endsource: en/yfmeditor/editor.md -->

   For more information, see [Separator](https://yandex.ru/support/tracker/en/user/syntax-yfm.md#divider)

- Emoji

   <!-- source: en/yfmeditor/editor.md -->
   Type `:` and select an emoji from the list.
   <!-- endsource: en/yfmeditor/editor.md -->

   For more information, see [Emoji](https://yandex.ru/support/tracker/en/user/syntax-yfm.md#emoji-wysiwyg)

- User

   <!-- source: en/yfmeditor/editor.md -->
   Type `@` and start typing the name, then select the user from the list.
   <!-- endsource: en/yfmeditor/editor.md -->

   For more information, see [Users](https://yandex.ru/support/tracker/en/user/syntax-yfm.md#user)

{% endlist %}
