Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
markdown [12/10/2021 - 13:32] – angelegt thommie4 | markdown [17/08/2024 - 07:06] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
---|---|---|---|
Zeile 1: | Zeile 1: | ||
+ | ====== MARKDOWN ====== | ||
+ | |||
https:// | https:// | ||
Basic Syntax | Basic Syntax | ||
+ | < | ||
These are the elements outlined in John Gruber’s original design document. All Markdown applications support these elements. | These are the elements outlined in John Gruber’s original design document. All Markdown applications support these elements. | ||
Element Markdown Syntax | Element Markdown Syntax | ||
Zeile 21: | Zeile 24: | ||
Link [title](https:// | Link [title](https:// | ||
Image  | Image  | ||
+ | </ | ||
+ | |||
+ | ====== OBSIDIAN ====== | ||
+ | |||
+ | Interne Links https:// | ||
+ | |||
+ | Tasks https:// | ||
+ | |||
+ | Konvertierung MD >> html >> odt | ||
+ | |||
+ | < | ||
+ | pandoc .\some-file.md -f markdown -t html -s -o .\some-file.html | ||
+ | |||
+ | pandoc .\some-file.html -f html -t odt -o .\some-file.odt | ||
+ | </ |