Welcome to Questpedia
Menu

Text Formatting Guide

Learn how to format articles with proper structure, styling, and professional presentation.

✏️ Basic Text Formatting

Text Styles

Bold Text
**Important text**
Result: Important text
Italic Text
*Emphasized text*
Result: Emphasized text
Bold and Italic
***Very important***
Result: Very important

Special Text

Inline Code
`variable name`
Result: variable name
Strikethrough
~~deleted text~~
Result: deleted text
Superscript
E=mc^2^
Result: E=mc²

📖 Quick Reference

Headings & Structure:

  • # H1 - Main title
  • ## H2 - Section heading
  • ### H3 - Subsection
  • - List item - Bullet list
  • 1. Item - Numbered list

Links & References:

  • [Text](URL) - Link
  • [1] - Citation reference
  • **bold** - Bold text
  • *italic* - Italic text
  • `code` - Inline code