markdown

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
markdown [12/10/2021 - 13:32] – angelegt thommie4markdown [05/03/2024 - 10:52] (aktuell) – Externe Bearbeitung 127.0.0.1
Zeile 1: Zeile 1:
 +====== MARKDOWN ======
 +
 https://www.markdownguide.org/cheat-sheet/ https://www.markdownguide.org/cheat-sheet/
  
 Basic Syntax Basic Syntax
  
 +<code>
 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://www.example.com) Link [title](https://www.example.com)
 Image ![alt text](image.jpg) Image ![alt text](image.jpg)
 +</code>
 +
 +====== OBSIDIAN ======
 +
 +Interne Links https://help.obsidian.md/How+to/Internal+link
 +
 +Tasks https://obsidian-tasks-group.github.io/obsidian-tasks/
 +
 +Konvertierung MD >> html >> odt
 +
 +<code>
 +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
 +</code>
  • markdown.1634045543.txt.gz
  • Zuletzt geändert: 05/03/2024 - 10:52
  • (Externe Bearbeitung)