From 2ec331890e04a48a8ed6e3f1645776890001cefb Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 24 Aug 2025 03:58:53 +0000 Subject: remove builtin markdown style for readme --- filters/html-converters/md2html | 282 ---------------------------------------- 1 file changed, 282 deletions(-) diff --git a/filters/html-converters/md2html b/filters/html-converters/md2html index 59f43a8..cbf8902 100755 --- a/filters/html-converters/md2html +++ b/filters/html-converters/md2html @@ -6,288 +6,6 @@ from pygments.formatters import HtmlFormatter from markdown.extensions.toc import TocExtension sys.stdin = io.TextIOWrapper(sys.stdin.buffer, encoding='utf-8') sys.stdout = io.TextIOWrapper(sys.stdout.buffer, encoding='utf-8') -sys.stdout.write(''' - -''') sys.stdout.write("
") sys.stdout.flush() # Note: you may want to run this through bleach for sanitization -- cgit v1.2.3-freya