mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
added section for parsedown, so css wont interfere
This commit is contained in:
parent
c06cd9efcc
commit
86e049f9ba
1 changed files with 2 additions and 0 deletions
|
@ -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">
|
||||||
|
|
Loading…
Reference in a new issue