Skip to content
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
29 changes: 29 additions & 0 deletions my_markdown.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Markdown Syntax
This is a file containing simple text to highlight Markdown Syntax

## Resources
[Markdown Guide Org](https://www.markdownguide.org/basic-syntax/)

## Markdown Logo
![LOGO](https://media2.dev.to/dynamic/image/width=1280,height=720,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzqb4q8ky46046pko0gqg.jpeg)

### Topics
1. Unordered Lists
1. Ordered Lists
1. Graphics

### Practiced
* Creating a new branch
* Write commit messages
* Open a pull request

```bash
echo "This is a markdown file!"
```

| Programming Languages | Release Date|
| ----------------------|-------------|
|C/C++|1985|
|Java|1995|
|Python|1991|
|Rust|2013|