Markdown: add note on plugin ordering.

Version not incremented on purpose.

Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
Thomas Hochstein 2019-06-09 15:33:42 +02:00
parent 132616da5b
commit d19c3ea663
2 changed files with 12 additions and 0 deletions

View file

@ -147,6 +147,12 @@ von <i>PHP-Markdown</i> voraus!</strong></p>
<h2 id="notes">Hinweise</h2>
<h3>Plugin-Reihenfolge</h3>
<p>Das Markdown-Plugin sollte auf jeden Fall <strong>nach dem GeSHi-Plugin</strong>
(<code>serendipity_event_geshi</code>) platziert werden, , aber vor allen Plugins,
die als Eingabe HTML erwarten.</p>
<h3><i>CSS</i> für Fußnoten</h3>
<p>Für die Formatierung von Fußnotenzeichen und Fußnoten erzeugt das Plugin folgendes <i>CSS</i>:</p>

View file

@ -142,6 +142,12 @@ punctuation characters into "smart" typographic punctuation HTML entities.</p>
<h2 id="notes">Notes</h2>
<h3>Plugin ordering</h3>
<p>The Markdown plugin should always be placed <strong>after the GeSHi-Plugin</strong>
(<code>serendipity_event_geshi</code>), but before all plugins that expect HTML
as their input.</p>
<h3><i>CSS</i> for footnotes</h3>
<p>The plugin will add some <i>CSS</i> to style footnotes and footnote markers:</p>