Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

my_own.md: Made my own markdown file #64

Open
wants to merge 1 commit into
base: cdl-19
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions my_own.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
# Welcome to My Markdown File

## Table of Contents
- [Welcome to My Markdown File](#welcome-to-my-markdown-file)
- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Features](#features)
- [Code Snippet](#code-snippet)
- [Useful Links](#useful-links)
- [Sample Table](#sample-table)
- [Conclusion](#conclusion)

## Introduction
Welcome to my markdown file! This document showcases various Markdown syntax features. 🎉

## Features
- **Headings**
- **Lists**
- Ordered
- Unordered
- **Tables**
- **Links**
- **Images**
- **Code Snippets**

## Code Snippet
```python
def hello_world():
print("Hello, World!")
```

## Useful Links
For more information on Markdown, visit [Markdown Guide](https://www.markdownguide.org).

## Sample Table
| Feature | Description |
|---------------|-----------------------------------|
| Headings | Used to create headings |
| Lists | Ordered and unordered lists |
| Code Snippets | Display code in a formatted way |

## Conclusion
Thank you for reading my markdown file. I hope you found it informative and useful! 😊

![Markdown Logo](https://markdown-here.com/img/icon256.png)