Added linksammlung

This commit is contained in:
Philippe Torrel
2026-06-15 15:06:21 +02:00
parent 86b34462e4
commit e8fd37cce0
3 changed files with 38 additions and 1 deletions

View File

@@ -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)

View 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