Md First File
# Create Your First Markdown File
Now let's create our first Markdown file to start practicing:
### Step 1: Create File
* Open your chosen editor
* Create a new file
* Save the file as `TUTORIAL.md` (note the extension is .md)
### Step 2: Write Content
# My First Markdown Document
This is the beginning of my Markdown learning.
## Learning Goals
- Master basic syntax
- Understand application scenarios
- Be able to create documents independently
## Today's Feelings
Learning Markdown is **simpler** than I thought, and I'm full of *anticipation* for the upcoming learning!
> Learning is a continuous process, every small step is progress.
### Step 3: Preview Effect
* If using VS Code or other editors, press `Ctrl+Shift+V` to open the preview panel, or click the preview icon in the top right corner:
!(#)
The effect is as follows:
!(
YouTip