From d145442c06befd7a9d9e9228892af3e0014342ca Mon Sep 17 00:00:00 2001 From: speedie Date: Sun, 2 Jul 2023 01:47:17 +0200 Subject: [PATCH] Don't link headers --- articles/Sidebar.md | 4 ++-- index.php | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/articles/Sidebar.md b/articles/Sidebar.md index b9d8e4b..1f303ff 100755 --- a/articles/Sidebar.md +++ b/articles/Sidebar.md @@ -1,4 +1,4 @@ -# Basics +##### Basics - [[Home]] - [[Getting Started]] @@ -7,7 +7,7 @@ - [[User scripts]] - [[User themes]] -## Hacker +##### Hacker - [[Scripting with spmenu]] - [[Functions in spmenu_run]] diff --git a/index.php b/index.php index 2d4da0e..42c3c9c 100755 --- a/index.php +++ b/index.php @@ -184,8 +184,10 @@ function toHTML($inText) { $prefix = ""; $caption = $matches[2][$i]; $suffix = substr_replace($prefix, "/", 1, 0); + /* $outHTML = str_replace("$prefix$caption$suffix", "$prefix$caption$suffix", $outHTML); + */ } return $outHTML;