summaryrefslogtreecommitdiffstats
path: root/usr/local/lib/cgit
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/lib/cgit')
-rwxr-xr-xusr/local/lib/cgit/filters/html-converters/org2html4
1 files changed, 1 insertions, 3 deletions
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