From 48e4e97a390260578ca68f247f8b7521c7eec9b9 Mon Sep 17 00:00:00 2001 From: jwansek Date: Sat, 12 Mar 2022 21:29:45 +0000 Subject: removed a line coz im an idiot --- parser.py | 1 - 1 file changed, 1 deletion(-) (limited to 'parser.py') 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 %} -- cgit v1.2.3