docs/markdown.md

29 lines
716 B
Markdown

---
title: Markdown
description:
published: true
date: 2019-10-08T11:04:35.626Z
tags:
---
# Markdown
## Markdown Syntax
[boostnote-markdown-cheatsheet/README.md at master · TobseF/boostnote-markdown-cheatsheet · GitHub](https://github.com/TobseF/boostnote-markdown-cheatsheet/blob/master/README.md)
### Code Blocks
<pre>
```Language
```
</pre>
Language like:
- Dockerfile
- SQL
[linguist/README.md at master · github/linguist · GitHub](https://github.com/github/linguist/blob/master/vendor/README.md)
### Images
[Is it possible to directly embed an image into a Markdown document? - Super User](https://superuser.com/questions/1199393/is-it-possible-to-directly-embed-an-image-into-a-markdown-document)