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!")
Lists
Bullet points for simple lists:- Item 1
- Item 2
Ordered lists for step-by-step instructions:
- Step one
- Step two
Headings
Use#
for main titles and##
for subtitles.Emphasis & Links
Highlight text with*bold*
or_italic_
.
Add links like Visit Docs for quick reference.
For advanced formatting options, check out our Quick Start Guide or Settings Page. Happy formatting! 🎉