Skip to content

Advanced Syntax

> This is a quote
>> Nested quote

Rendering:

This is a quote

Nested quote


\`\`\`
Plain text
\`\`\`
\`\`\`js
console.log("Hello World");
\`\`\`

Rendering:

console.log("Hello World");

[Google](https://google.com)
[Google](https://google.com "Search engine")

Rendering:
Google
Google


![Alt text](image.png)
![Logo](logo.png "Hover title")

Rendering:
Alt text


| Name | Age |
|-------|-----|
| Alice | 24 |
| Bob | 30 |

Rendering:

NameAge
Alice24
Bob30

- [ ] Task to do
- [x] Completed task

Rendering:

  • Task to do
  • Completed task