We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffcabec commit 9c6a293Copy full SHA for 9c6a293
scripts/md/render.py
@@ -50,7 +50,6 @@ def postprocess_html(html, metadata):
50
"""Returns processed HTML to fit into the slide template format."""
51
if metadata.get('build_lists') and metadata['build_lists'] == 'true':
52
html = html.replace('<ul>', '<ul class="build">')
53
- print html
54
return html
55
56
if __name__ == '__main__':
0 commit comments