»Theoretisch stimmen Theorie und Praxis überein. Praktisch nicht.«
*Unbekannt*
und
Zur Wahrscheinlichkeit gehört auch, dass das Unwahrscheinliche eintritt.
*Unbekannt*
Mann, oh Mann. Was ist denn heute los? So viel Wahrheit auf einmal.
»Theoretisch stimmen Theorie und Praxis überein. Praktisch nicht.«
*Unbekannt*
und
Zur Wahrscheinlichkeit gehört auch, dass das Unwahrscheinliche eintritt.
*Unbekannt*
Mann, oh Mann. Was ist denn heute los? So viel Wahrheit auf einmal.
* [Markdown Basics](http://daringfireball.net/projects/markdown/basics „daringfireball.net: Markdown: Basics“)
* [Markdown Syntax](http://daringfireball.net/projects/markdown/syntax „daringfireball.net: Markdown: Syntax“)
* [Markdown deutsch](http://liepins.org/markdown-syntax-deutsch/)
* * *
h1 Überschrift
==============
h2 Überschrift
————–
### h3 Überschrift
*hervorheben*
**strong**
h1 Überschrift
==============
h2 Überschrift
————–
### h3 Überschrift
*hervorheben*
**strong**
* * *
> Blockquote
> Blockquote
> Blockquote
> Blockquote
> Blockquote
> Blockquote
* * *
* Item 1
* Item 2
* Item 3
* Item 1
* Item 2
* Item 3
* * *
1. Item
2. Item
3. Item
1. Red
2. Green
3. Blue
* * *
[Linktext](http://www.url.com „Alttext“)
[Linktext](http://www.url.com „Alttext“)
* * *


* * *
Das ist text mit `Code` darin. (Backticks)
Das ist text mit `Code` darin. (Backticks)
Codeblöcke mit *genau* 4 Leerzeichen einziehen.
* * *
http://www.schnickschnack.de
http://www.schnickschnack.de
* * *
* * *
* * *
Horizontale Linie
Wer schon immer Probleme mit `set wrap` und sehr langen Zeilen im vim hatte, lese sich bitte folgendes durch:
[Some lines in a file are more than the screen width and they are all wrapped. When I use the j, k keys to move from one line to the next, the cursor is moved to the next line in the file instead of the next line on the screen. How do I move from one screen line to the next?](http://vimdoc.sourceforge.net/vimfaq.html#10.4 „vim FAQ“)
[When there is a very long wrapped line (wrap is „on“) and a line doesn’t fit entirely on the screen it is not displayed at all. There are blank lines beginning with ‚@‘ symbol instead of wrapped line. If I scroll the screen to fit the line the ‚@‘ symbols disappear and the line is displayed again. What Vim setting control this behavior?](http://vimdoc.sourceforge.net/vimfaq.html#14.15 „vim FAQ“)
Dazu noch `set lbr` und man kann wunderbar auch mit den längsten Zeilen umgehen.
Hint: `set list` hebt das `set lbr` auf. Das ist kein bug :-)