31 lines
772 B
Markdown
31 lines
772 B
Markdown
---
|
|
title: Markdown
|
|
description:
|
|
published: true
|
|
date: 2019-10-21T17:25:46.428Z
|
|
tags:
|
|
---
|
|
|
|
# Markdown
|
|
|
|
https://mister-gold.pro/posts/en/asciidoc-vs-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) |