From b2f561b8517e8977cfefb1a2f18e99b129338b9e Mon Sep 17 00:00:00 2001 From: Ari Meisels Date: Mon, 8 Nov 2021 00:55:33 -0500 Subject: [PATCH] Add Markdown Support to File Previewer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sorry if this code is a bit buggy (especially the underline patch 😳) Also this is pretty much pointless so I won't feel insulted if it isn't accepted. I'm just trying to share what I personally need just in case someone else might need it. --- tinyfilemanager.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/tinyfilemanager.php b/tinyfilemanager.php index 714524c..e6cce2c 100644 --- a/tinyfilemanager.php +++ b/tinyfilemanager.php @@ -2041,7 +2041,7 @@ $tableTheme = (FM_THEME == "dark") ? "text-white bg-dark table-dark" : "bg-white - + @@ -3763,12 +3763,17 @@ $isStickyNavBar = $sticky_navbar ? 'navbar-fixed' : 'navbar-normal'; +