added section for parsedown, so css wont interfere

This commit is contained in:
Krehan Tim 2018-10-26 11:53:14 +02:00
parent c06cd9efcc
commit 86e049f9ba

View file

@ -18,8 +18,10 @@
} }
echo "</div>"; echo "</div>";
echo "<h2>Zubereitung</h2>"; echo "<h2>Zubereitung</h2>";
echo "<section class='parsedown-section'>";
$parsedown = new Parsedown; $parsedown = new Parsedown;
echo $parsedown->text($recipe->Beschreibung); echo $parsedown->text($recipe->Beschreibung);
echo "</section>";
?> ?>
<div id="editingMenu"></div> <div id="editingMenu"></div>
<div id="editingMenuOpen"> <div id="editingMenuOpen">