**Bold text**
*Italic text*
***Bold and italic text***
~~Strikethrough text~~
                        Bold text
                            Italic text
                            Bold and italic text
                            Strikethrough text
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6
                        - Item 1
- Item 2
  - Subitem 2.1
  - Subitem 2.2
- Item 3
                        1. First item
2. Second item
   1. Subitem 2.1
   2. Subitem 2.2
3. Third item
                        [Link text](https://example.com)
[Link with title](https://example.com "Link title")
                        

                        
                            
> This is a blockquote
> 
> It can span multiple lines
>
>> Nested blockquotes are also possible
                        This is a blockquote
It can span multiple lines
Nested blockquotes are also possible
Use `inline code` for small code snippets
                        Use inline code for small code snippets
```
function helloWorld() {
  console.log("Hello, world!");
}
```
```json
{
  "name": "Bedrock Graphics",
  "version": "1.0.0"
}
```
                        function helloWorld() {
  console.log("Hello, world!");
}
                            {
  "name": "Bedrock Graphics",
  "version": "1.0.0"
}
                        | Header 1 | Header 2 | Header 3 |
|----------|----------|----------|
| Cell 1   | Cell 2   | Cell 3   |
| Cell 4   | Cell 5   | Cell 6   |
                        | Header 1 | Header 2 | Header 3 | 
|---|---|---|
| Cell 1 | Cell 2 | Cell 3 | 
| Cell 4 | Cell 5 | Cell 6 | 
---
or
***
or
___
                        All three options produce the same horizontal line
# Enhanced Vanilla Textures
A texture pack that enhances vanilla Minecraft while keeping its original feel.

## Features
- Higher resolution textures (32x32)
- Enhanced lighting effects
- Improved UI elements
- Better block textures
## Compatibility
| Version | Compatible |
|---------|------------|
| 1.19.x  | ✅         |
| 1.18.x  | ✅         |
| 1.17.x  | ⚠️ Partial |
| 1.16.x  | ❌         |
## Installation
1. Download the pack
2. Place it in your resource packs folder
3. Select it in the game settings
> **Note:** This pack works best with the latest version of Minecraft.
## Credits
Created by YourName. Some textures inspired by [OtherPack](https://example.com).
---
Enjoy the pack! If you have any issues, please leave a comment.