]> git.armaanb.net Git - stagit.git/blobdiff - highlight
Better markup CSS.
[stagit.git] / highlight
index 28b18912a863b290923bbde17efae273cb871cf5..6d722bc716117c0fcfe67d6339819d65c3e998f6 100755 (executable)
--- a/highlight
+++ b/highlight
@@ -30,7 +30,8 @@ if lexer.__class__ is pygments.lexers.MarkdownLexer:
     rendered = markdown(contents, extensions=[
         'codehilite',
         'extra',
-        'sane_lists'
+        'sane_lists',
+        'smarty'
     ])
 
 FORMAT = HtmlFormatter(