summaryrefslogtreecommitdiff
path: root/gmi2html.py
diff options
context:
space:
mode:
Diffstat (limited to 'gmi2html.py')
-rw-r--r--gmi2html.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/gmi2html.py b/gmi2html.py
index e102380..900a19a 100644
--- a/gmi2html.py
+++ b/gmi2html.py
@@ -2,7 +2,7 @@
# Convert gemtext to HTML, accepting HTML header and footer files
-# Copyright 2021 huntingb
+# Copyright 2021 hunterb
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, version 3 of the License.
@@ -24,6 +24,7 @@
# - added generation of <ul> ... </ul> for list items
# - fixed stripping of lines, no longer occurs in pre blocks, and
# otherwise is rstrip only
+# - fixed handling of links without titles
# - replace := syntax with something my version of python3 accepts
# - modified description below