https://github.com/tngyo/markdown-example
https://github.com/tngyo/markdown-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tngyo/markdown-example
- Owner: tngyo
- Created: 2018-12-27T02:04:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T03:05:47.000Z (over 6 years ago)
- Last Synced: 2024-11-19T14:58:24.632Z (6 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### More Markdown
##### Emoji
\
Put a backward slash for new line
\\
:cat::smile:
:bear:
##### Code Block
```Javascript
const x = "World";
console.log("Hello " + x);
```Todos:
- [x] ~~Completed Task~~
* [x] Done and to be submitted
- [ ] Incomplete---
* 1
* 2
* 3
* 4`
This is an inline code block
`