docs: flesh out Range class docs, fix grammar, add smarty plugin, and improve CLI description

This commit is contained in:
Bob Nystrom
2015-09-23 04:19:38 +00:00
parent 6bda720b71
commit 5e63e65752
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')