
Create bold text by using two asterisks (**) or two underscores (__).

This is *italic* text.
This is also _italic_ text.

---
You can also mix different emphases.

_This is **italic and bold** text_ using a single underscore for italic and double asterisks for bold.
__This is bold and *italic* text__ using double underscores for bold and single asterisks for italic.

---
---
How to show _ and *?

\_This is all \*\*plain\*\* text\_.
---
---

# This is h1 heading
## This is h2 heading
### This is h3 heading
#### This is h4 heading
##### This is h5 heading
###### This is h6 heading
---
---
![Link an image.](https://iwiz.in/images/iwiz-logo.png)



[Link to some page](/)
---
---
1. First
1. Second
1. Third
---

- First
  - Nested
- Second
- Third
---
- [x] First task
- [x] Second task
- [ ] Third task
---
---
First|Second
-|-
1|2
3|4

---
---
> This is quoted text.
---
---
Here is a<br />line break
---
---
This is `code`.
---
```markdown
var first = 1;
var second = 2;
var sum = first + second;
```
---
```javascript
var first = 1;
var second = 2;
var sum = first + second;
```
---
---

&copy; 2025 GitHub &bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) &bull; [MIT License](https://gh.io/mit)

---
---
[![](https://img.shields.io/badge/Go%20to%20Exercise-%E2%86%92-1f883d?style=for-the-badge&logo=github&labelColor=197935)](https://github.com/gautamiwiz/skills-getting-started-with-github-copilot/issues/1)
---
---
<span style="background:purple;padding: 0px 5px;text-align:center;color:white;">DRAFT</span>
---
---
<img src="https://octodex.github.com/images/Professortocat_v2.png" align="right" height="200px" />