# The Way of Markdown
Markdown Playground
syntax guide
ยท
roadmap
# Try markdown right here ๐ Type on the left, rendered on the right. **Bold**, *italic*, ~~strikethrough~~, `inline code`. ## The basics - A list item - Another one - Nested! 1. Numbered 2. Lists too > A quote. Santa Claus said: Happy Christmas, hohoho ## Links, tasks, tables A [link to the basics guide](/basics), and a task list: - [x] learn markdown - [ ] build something with it | Name | Awesome? | |------|----------| | Markdown | Yes | | .docx | No | ## Code ``` function hello() { return "the way of markdown" } ``` --- That's most of the syntax already. Ten minutes, like we said ๐ Now: [what will you build?](/markdown-based)