Welcome to the formatting documentation! This guide will help you master the art of text formatting in our editor. Whether you're writing code, creating lists, or styling headings, these tips will enhance your work.

Common Formatting Techniques📝

  • Code Blocks
    Use triple backticks to enclose code.

    print("Hello, world!")  
    
    code_block
  • Lists
    Bullet points for simple lists:

    • Item 1
    • Item 2
      Ordered lists for step-by-step instructions:
    1. Step one
    2. Step two
    unordered_list
  • Headings
    Use # for main titles and ## for subtitles.

    heading_level
  • Emphasis & Links
    Highlight text with *bold* or _italic_.
    Add links like Visit Docs for quick reference.

    markdown_syntax

For advanced formatting options, check out our Quick Start Guide or Settings Page. Happy formatting! 🎉