This document showcases
all the rich text features supported by the GitHub editor.
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Text Formatting
Bold Text
Italic TextStrikethrough
Bold and Italic
Blockquote
Lists
Unordered List:
Item 1
-
Item 2
Subitem 1
Subitem 2
Ordered List:
First Item
-
Second Item
Nested First Item
Nested Second Item
Code Blocks
Inline Code
inline code
Block Code
console.log("Hello, World!");
Syntax Highlighting
def greet():
print("Hello, World!")
Tables
Name |
Age |
Profession |
---|---|---|
Alice |
25 |
Developer |
Bob |
30 |
Designer |