06.10.2022

Dies ist ein Cheat Sheet zum schnellen Nachschlagen der Markdown-Syntax.

Die Standard-Formatierung funktioniert immer:

  • Überschriften: ## Überschrift Ebene 2
  • Fett: **bold text**
  • Kursiv: *italicized text*
  • Blockquote: > blockquote
  • Code: `code`
  • Nummerierte Liste: 1. First ordered item
  • Anstrich-Liste: - First unordered item
  • Trennlinie: ---
  • Link: [title](https://www.example.com)
  • Bild: ![alt text](image.jpg)

Folgende Erweiterungen funktionieren mit eleventy:

  • Durchstreichen: ∼∼strikethru∼∼
  • Tabellen: |-----|
  • Codeblock: ```

Diese Erweiterungen funktionieren in eleventy nicht:

  • Highlight: ==highlighted text==
  • Subscript: H~2~O
  • Superscript: X^2^
  • Emoji: :joy:
  • Definitions: : definition text
  • Task list:- [x] task list checked
Über … ×

doc.stumpp.name
Version 0.2.14

Michael Stumpp
michael@stumpp.name

Diese Webseite ist ein rein privates Angebot. Von dieser Seite werden keine Cookies oder andere Tracking-Methoden eingesetzt. Die Seite nutzt, soweit möglich, lokale Kopien der eingesetzen Bibliotheken und Ressourcen.

Lizenz: ISC ×
/*
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */
Release Notes ×
  doc.stumpp.name
  Version 0.2.14
  Release Notes


  v0.1
    + Erstausgabe