Formatting Text
Learn how to make your text look great! โจ
Headings (Titles)โ
Use the # symbol to create headings. More # symbols = smaller heading.
Example:โ
# Very Big Title
## Big Title
### Medium Title
#### Small Title
When to use:โ
#- Main slide title (use once per slide)##- Section headers###- Sub-sections
Use only one # per slide for the best look!
Making Text Boldโ
Want to emphasize something? Make it bold!
How to do it:โ
This is normal text.
This is **bold text**.
Result:โ
This is normal text. This is bold text.
When to use:โ
- Important words or phrases
- Key takeaways
- Names and titles
Making Text Italicโ
Use italic for subtle emphasis.
How to do it:โ
This is normal text.
This is *italic text*.
Result:โ
This is normal text. This is italic text.
When to use:โ
- Book titles, movie names
- Foreign words
- Subtle emphasis
Combining Bold and Italicโ
You can use both together!
How to do it:โ
This is ***bold and italic***.
Result:โ
This is bold and italic.
Bullet Pointsโ
Create lists with bullet points using * or -.
How to do it:โ
My favorite things:
* Pizza
* Coding
* Slidepicker
Result:โ
My favorite things:
- Pizza
- Coding
- Slidepicker
Start each bullet with * and a space
Numbered Listsโ
Need numbers? Use 1., 2., 3., etc.
How to do it:โ
Steps to success:
1. Wake up early
2. Make coffee
3. Create amazing presentations
Result:โ
Steps to success:
- Wake up early
- Make coffee
- Create amazing presentations
Nested Listsโ
You can put lists inside lists!
How to do it:โ
My projects:
* Work projects
* Quarterly report
* Team presentation
* Personal projects
* Learning Slidepicker
* Weekend hobby
Result:โ
My projects:
- Work projects
- Quarterly report
- Team presentation
- Personal projects
- Learning Slidepicker
- Weekend hobby
Add 2 spaces before * to create a sub-item
Adding Linksโ
Want to link to a website? Easy!
How to do it:โ
Visit [our website](https://slidepicker.com) for more info!
Result:โ
Visit our website for more info!
Format:โ
[text you want to show](actual-website-address)
All links automatically open in a new tab!
Code or Technical Textโ
For code, commands, or technical terms, use backticks:
How to do it:โ
Type `npm install` to install packages.
Result:โ
Type npm install to install packages.
Quotesโ
Want to quote someone? Use >:
How to do it:โ
> "Slidepicker makes presentations fun!"
> - Happy User
Result:โ
"Slidepicker makes presentations fun!"
- Happy User
Strikethroughโ
Need to show something is no longer relevant?
How to do it:โ
~~Old price: $100~~
New price: $50
Result:โ
Old price: $100
New price: $50
Complete Exampleโ
Here's a slide using everything we learned:
# Our Product Launch
## Key Features
We're launching something **amazing**!
### Main Benefits:
* ***Fast*** and reliable
* *Easy* to use
* **Affordable** pricing
### Next Steps:
1. Visit [our website](https://example.com)
2. Sign up for free trial
3. Start using today!
> "Best product I've ever used!"
> - Beta Tester
~~Old system~~ โ New and improved!
Quick Referenceโ
| You Type | You Get |
|---|---|
# Text | Big heading |
## Text | Medium heading |
**text** | Bold text |
*text* | Italic text |
***text*** | Bold italic |
* Item | โข Bullet point |
1. Item | 1. Numbered item |
[text](url) | Clickable link |
`code` | Inline code |
> Quote | Quote block |
~~text~~ |
Practice Exerciseโ
Try creating this slide:
# My Favorite Recipe
## Ingredients:
* **2 cups** flour
* *1 tablespoon* sugar
* 1 teaspoon salt
## Steps:
1. Mix ingredients
2. Bake for **30 minutes**
3. Enjoy!
> "Delicious!" - Everyone