https://github.com/zahediparsa/markdown
https://github.com/zahediparsa/markdown
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zahediparsa/markdown
- Owner: zahediparsa
- Created: 2019-05-06T18:09:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-06T18:10:26.000Z (about 6 years ago)
- Last Synced: 2025-01-13T12:48:13.030Z (6 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heading 1
## Heading 2
### Heading 3
#### Heading 4
##### Heading 5
###### Heading 6*This text is italic*
_This text is italic_
**This text is strong**
__This text is strong__
~~This text~~ is strikethrough
---
___>This is a quot
[simple google](https://www.google.com "Hover title")
* Item 1
* Item 2
* Item 3
* Nested Item 1
* Nested Item 2
* Nested Nested Item1. Item number one
1. Item number two
1. Item number three`
This is a paragraph
`
```bash
npm install babelnpm run test
``````javascript
console.log('Markdown is super cool!!!');class Modal {
constructor(name) {
this._name = name;
}
}
``````python
def add(num1, num2):
return num1 + num2
```| Name | Email |
| ----- | ------------ |
| John | [email protected] |
| Jane | [email protected] |* [X] Task 1
* [X] Task 2
* [ ] Task 3
* [ ] Task 4