From 95fbc0b6c349ef6a3633ef8b0d51ed46b6b70765 Mon Sep 17 00:00:00 2001
From: Eric Bidelman
Date: Thu, 15 Nov 2012 14:51:55 -0800
Subject: Adding
build supporr
---
scripts/md/render.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/scripts/md/render.py b/scripts/md/render.py
index a05fb1a..a035b90 100755
--- a/scripts/md/render.py
+++ b/scripts/md/render.py
@@ -50,6 +50,7 @@ def postprocess_html(html, metadata):
"""Returns processed HTML to fit into the slide template format."""
if metadata.get('build_lists') and metadata['build_lists'] == 'true':
html = html.replace('', '')
+ html = html.replace('', '')
return html
if __name__ == '__main__':
--
cgit v1.2.3