Docs for yfm-documentationYandex Flavored Markdown
  • Yandex Flavored Markdown
  • Syntax
    • Overview
    • Basic markup
    • Lists
    • Tables
      • GFM Tables
      • Multiline tables
    • Notes
    • Cuts and tabs
    • Links
    • Media
    • Code snippets
    • Comments and metadata
    • Variables
    • Additional features
  • Settings
  • Tools
    • Transformer
      • Overview
      • Settings
      • Syntax highlighting
    • Builder
      • Overview
      • Settings
      • Building a project in YFM
      • Single-page build
      • Uploading to S3
  • Plugins
    • Overview
    • Adding additional plugins
  • Organizing a YFM project
    • Overview
    • Contents
    • Leading page
    • Variable presets
    • Configuration file
    • Reusing content
    • Linter configuration file
  • Making edits
  • YFM releases

Syntax

    The Yandex Flavored Markdown syntax is based on CommonMark Spec and has been supplemented with unique elements from other markup languages and template engines.

    To format text, the following is used:

    • Basic markup
    • Lists
    • GFM and multiline tables
    • Notes
    • Cuts and tabs
    • Links
    • Media
    • Code snippets
    • Comments and metadata
    • Variables

    In addition to the items included in the package, additional features are available. They can be added using plugins for markdown-it.

    Was the article helpful?