From 863140c1cadbb1986065e105e7fe545e293251c1 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Sun, 30 Jan 2022 11:00:00 +0100 Subject: [PATCH] Added anchors to FAQ --- .documentation/faq/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.documentation/faq/index.php b/.documentation/faq/index.php index 78a50db..fc9b529 100644 --- a/.documentation/faq/index.php +++ b/.documentation/faq/index.php @@ -14,7 +14,7 @@ foreach (new DirectoryIterator("./") as $file){ if (!$file->isDot() && !$file->isDir() && $file->getExtension() === "md"){ $markdown = $parser->parse(file_get_contents($file->getPathname())); - echo $markdown->view("html"); + echo preg_replace("/

getFilename()) . "\"", $markdown->view("html"), 1); } } ?>