summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortslil clingman <>2021-04-21 17:36:29 -0400
committertslil clingman <>2021-04-21 17:36:29 -0400
commit2c3d5a466f8b0bab94f2470385ac54f0e366e8cb (patch)
tree5e0d3cb3e93faf3d84ce212e782f8eca83c39707
parentd450e3bfb8468c617f14ad12dd98fb697ff10580 (diff)
Small corrections
-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