## ***MARKDOWN RENDERER BY:*** [Marked](https://marked.js.org/)
### Markdown Basic Syntax
---
I just love **bold text**. Italicized text is the *cat's meow*. At the command prompt, type \`nano\`.
1. First item
2. Second item
3. Third item
> Dorothy followed her through many of the beautiful rooms in her castle...
>
>> Until they came to the kitchen, where the Witch bade her clean the pots and kettles and sweep the floor and keep the fire fed with wood.
```
$('#render').$.innerHTML = marked.parse($(e).$.innerText)
```
### GFM Extended Syntax
---
~~The world is flat.~~ We now know that the world is round.
- [x] Write the press release
- [ ] Update the website
- [ ] Contact the media
| Syntax | Description |
| --------- | ----------- |
| Header | Title |
| Paragraph | Text |