plugin textile erzeugt invalides HTML
Posted: Thu Sep 07, 2006 1:41 am
Hallo,
ich wollte gerade von nl2br auf textile umstellen, weil mir <p>xxx</p> statt <br /> deutlich besser gefällt (und weil textile noch so einige andere nette Sachen bietet).
Nur leider erzeugt (unsere Version von?) textile invalides html:
aus
erzeugt textile:
richtig wäre wohl:
ich wollte gerade von nl2br auf textile umstellen, weil mir <p>xxx</p> statt <br /> deutlich besser gefällt (und weil textile noch so einige andere nette Sachen bietet).
Nur leider erzeugt (unsere Version von?) textile invalides html:
aus
Code: Select all
<blockquote> bla bla ein Zitat mit mehr
als einem Absatz.</blockquote> Code: Select all
<p><blockquote> bla bla ein Zitat mit mehr </p>
<p>als einem Absatz.</blockquote></p> Code: Select all
<blockquote><p>bla bla ein Zitat mit mehr </p>
<p>als einem Absatz.</p></blockquote>