docs: create markdown

This commit is contained in:
Administrator 2019-10-08 11:04:38 +00:00 committed by matze
parent 72a504a183
commit ae51192525

29
markdown.md Normal file
View File

@ -0,0 +1,29 @@
---
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)