Added linksammlung
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
**Links zum Lernen der Markdown-Syntax**
|
||||
|
||||
- <a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet">Markdown-Cheatsheet</a>
|
||||
- [Markdown-Cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)
|
||||
- [Markdown.de](http://markdown.de/)
|
||||
|
||||
@@ -13,7 +14,7 @@
|
||||
|
||||
- [Auflistung von Markdown Editoren](https://dev.to/awwsmm/state-of-markdown-editors-2019-2k49)
|
||||
- [Haroopad](http://pad.haroopress.com/) (Windows)
|
||||
- [Macdown](https://macdown.uranusjr.com/) (Mac OS)
|
||||
- [Macdown](https://macdown.app/) (Mac OS)
|
||||
- [Typora](https://typora.io/) (Windows | Mac OS)
|
||||
- [Joplin](https://joplinapp.org/) (Windows | Mac OS)
|
||||
- [Obsidian](https://obsidian.md/) (Windows | Mac OS)
|
||||
|
||||
22
01_grundlagen/unterricht/tag01/02_markdown-syntax.md
Normal file
22
01_grundlagen/unterricht/tag01/02_markdown-syntax.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# Markdown Syntax
|
||||
|
||||
| Bezeichnung | Text |
|
||||
| ----------- | ---------------------------- |
|
||||
| Macdown | <https://macdown.app/> |
|
||||
| Haroopad | <http://pad.haroopress.com/> |
|
||||
|
||||
```js
|
||||
function test() {
|
||||
console.log('Hello World');
|
||||
}
|
||||
```
|
||||
|
||||
**Fetter Text**
|
||||
_kursiver Text_
|
||||
|
||||
> Zitattext
|
||||
|
||||
## Todos
|
||||
|
||||
- [ ] Markdown
|
||||
- [ ] HTML & CSS lernen
|
||||
Reference in New Issue
Block a user