From e344177495b7e4f6ae666faaad0a908ce5555811 Mon Sep 17 00:00:00 2001 From: Astoria Date: Wed, 20 Jul 2022 18:50:42 -0500 Subject: [PATCH] I have extra right??? --- about.md | 5 ++++- includes/mdutils.php | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/about.md b/about.md index 0295780..9b560e7 100644 --- a/about.md +++ b/about.md @@ -10,4 +10,7 @@ For my friends yeah, your not getting one out of me. ## What is the meaning of life? Fliburdiscurp -2021.10.13 {.datetext} \ No newline at end of file +2021.10.13 {.main} + +What even {.datetext} +==== \ No newline at end of file diff --git a/includes/mdutils.php b/includes/mdutils.php index c2af814..63fb790 100644 --- a/includes/mdutils.php +++ b/includes/mdutils.php @@ -4,7 +4,7 @@ function loadmdfile($file) { require 'vendor/autoload.php'; $text = file_get_contents($file); - $Extra = new ParsedownExtra(); + $Extra = new \Noi\ParsedownExtraRubyText(); echo $Extra->text($text); } //Loads a given file, outputs as HTML.