From 1232de16d63bc16ba84999018ff5b468c7b878ba Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 9 Aug 2014 18:44:57 +0200 Subject: Updated external text formatter commands * directly pass the executable including its arguments ** the "highlight.sh" proxy script is no longer required * this was made possible by a recent commit to InputXSLT --- source/02_data/articles.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/02_data') diff --git a/source/02_data/articles.xsl b/source/02_data/articles.xsl index de8fc62..1e672c7 100644 --- a/source/02_data/articles.xsl +++ b/source/02_data/articles.xsl @@ -24,7 +24,7 @@ - /usr/bin/highlight.sh + highlight --out-format=xhtml --inline-css --style=molokai --syntax=cpp -f --enclose-pre --wrap-simple @@ -51,7 +51,7 @@ - /usr/bin/markdown + markdown -- cgit v1.2.3