diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-17 21:23:06 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-21 05:11:05 +0100 |
| commit | 6aee04354e443e2121bf6c558be227388a10e7b2 (patch) | |
| tree | f3fe1faccbcc3fb1ecffcb8ba75d74379d25537a /packages/html.source.sh | |
| parent | f6deb276c7c5e7b3617d9ecd35193b43ae32ccbf (diff) | |
reword comments
Diffstat (limited to 'packages/html.source.sh')
| -rw-r--r-- | packages/html.source.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/html.source.sh b/packages/html.source.sh index d295c7a7..cc79e612 100644 --- a/packages/html.source.sh +++ b/packages/html.source.sh @@ -51,7 +51,7 @@ html::make_link () { echo "<a class=\"textlink\" href=\"$link\">$descr</a><br />" } -## Convert Gemtext to HTML +# Convert Gemtext to HTML html::fromgmi () { local is_list=no local is_plain=no @@ -108,7 +108,7 @@ html::fromgmi () { done } -## Test HTML package. +# Test HTML package. html::test () { local line='Hello world! This is a paragraph.' assert::equals "$(html::make_paragraph "$line")" '<p>Hello world! This is a paragraph.</p>' |
