From 55ae651ff247f500b334b5be667a7943676cec1c Mon Sep 17 00:00:00 2001
From: Joe <bousset.rudy@gmail.com>
Date: Fri, 29 Apr 2022 21:27:23 +0000
Subject: cgitrc not too bad

---
 usr/local/lib/cgit/filters/html-converters/org2html | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'usr/local/lib')

diff --git a/usr/local/lib/cgit/filters/html-converters/org2html b/usr/local/lib/cgit/filters/html-converters/org2html
index 70c1e86..e9c3b44 100755
--- a/usr/local/lib/cgit/filters/html-converters/org2html
+++ b/usr/local/lib/cgit/filters/html-converters/org2html
@@ -1,4 +1,2 @@
 #!/bin/sh
-echo "<div style=\"font-family: monospace\">"
-pandoc | egrep -v '(<html>|<head>|<meta|<title>|</title>|</head>|<body>|</body>|</html>|<!DOCTYPE|"http://www.w3.org)'
-echo "</div>"
+pandoc -forg -tgfm | ./md2html
-- 
cgit v1.2.3