Markdown

* [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“)
* * *
![alt text](/path/to/img.jpg „Title“)

![alt text](http://www.ivo-s.de/avatar.jpg „Titel“)
* * *
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

vim uind set wrap

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

IE5.x

[http://www.dbowman.com/photos/note.html](http://www.dbowman.com/photos/note.html „Internet Explorer 5 Note“)

Genau. Es wird Zeit. Und das jetzt von prominenter Stelle. Das werde ich mir übersetzen und auch verwenden.

Danke Douglas.

ps: Die Gallerie ist wirklich schön. Ja, »schön« ist das richtige Wort:

[http://www.dbowman.com/photos/](http://www.dbowman.com/photos/ „Douglas Bowman — Photo Gallery“)