aboutsummaryrefslogtreecommitdiffstats
path: root/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'parser.py')
-rwxr-xr-xparser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/parser.py b/parser.py
index 192c931..230f8c5 100755
--- a/parser.py
+++ b/parser.py
@@ -93,7 +93,6 @@ def get_headers(html):
# it must start with the largest header and only go up and down in increments of one
# TODO: fix it!
md_template = jinja2.Template("""
- - dummy header
{% for text, depth, link in contents %}
{{ " " * depth }} - [{{ text }}]({{ link }})
{% endfor %}