diff --git a/cont/recipe.php b/cont/recipe.php index cacb39b..0352292 100644 --- a/cont/recipe.php +++ b/cont/recipe.php @@ -2,11 +2,12 @@ getRecipe($_GET["number"]); $recipe = $book->sites[0]; - echo "
$paragraph
"; - } + $parsedown = new Parsedown; + echo $parsedown->text($recipe->Beschreibung); ?>