diff options
author | bptato <nincsnevem662@gmail.com> | 2023-12-22 15:11:58 +0100 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2023-12-22 15:11:58 +0100 |
commit | 128e62145a4769375edb03c01f38b3aaa1ea2575 (patch) | |
tree | 270a43172deb856a41fcafb7abc1172cd7ed34d2 /doc | |
parent | 498a82fc08bb764de552b62bf05f0158ccf6d797 (diff) | |
download | chawan-128e62145a4769375edb03c01f38b3aaa1ea2575.tar.gz |
update doc/protocols
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocols.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/protocols.md b/doc/protocols.md index 89b4ada4..a62d3d7b 100644 --- a/doc/protocols.md +++ b/doc/protocols.md @@ -84,11 +84,11 @@ thus has some legacy issues. In particular: * It does not support proxies. * It does not support private key authentication. -`adapter/format/gmi2html.c` is its companion program to convert the +`adapter/format/gmi2html.nim` is its companion program to convert the `text/gemini` file format to HTML. Note that the gemtext specification insists on line breaks being visually significant, and forbids their collapsing onto -a single line; gmi2html respects this, with the unfortunate effect that the -generated HTML page is just a bunch of lines with lots of `<BR>` tags. +a single line; gmi2html respects this. However, inline whitespace is still +collapsed outside of preformatted blocks. ## Finger |