Code Blocks¶
Basic Code Block¶
def hello_world():
print("Hello, World!")
return TrueCode Block with Line Numbers¶
1 2 3def calculate_sum(a, b): result = a + b return result
Blockquotes¶
Basic blockquote for quoted text.
The best way to predict the future is to invent it.
Alan Kay
Cards¶
Card Title
Basic card with content.
Card 1
First card.
Card 2
Second card.
Grids¶
Column 1
Column 2
Column 3
Dropdowns¶
Click to Expand
Hidden content inside dropdown.
Tabs¶
Tab 1
Tab 2
Content for tab 1
Content for tab 2