diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2022-03-12 21:29:45 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2022-03-12 21:29:45 +0000 |
commit | 48e4e97a390260578ca68f247f8b7521c7eec9b9 (patch) | |
tree | cf591677f3e885121db7eafe957b4ba448dec043 | |
parent | 953e7abf8e829c52aeb7e3b55fc27c0105043d8b (diff) | |
download | eda.gay-48e4e97a390260578ca68f247f8b7521c7eec9b9.tar.gz eda.gay-48e4e97a390260578ca68f247f8b7521c7eec9b9.zip |
removed a line coz im an idiot
-rwxr-xr-x | parser.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 %} |