Give the docs some love.

This commit is contained in:
Bob Nystrom
2015-09-22 21:19:38 -07:00
parent 505b48fdac
commit a944ead5b4
10 changed files with 84 additions and 42 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ def format_file(path, skip_up_to_date):
else:
contents = contents + line
html = markdown.markdown(contents, ['def_list', 'codehilite'])
html = markdown.markdown(contents, ['def_list', 'codehilite', 'smarty'])
modified = datetime.fromtimestamp(os.path.getmtime(in_path))
mod_str = modified.strftime('%B %d, %Y')