about summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-12-22 15:11:58 +0100
committerbptato <nincsnevem662@gmail.com>2023-12-22 15:11:58 +0100
commit128e62145a4769375edb03c01f38b3aaa1ea2575 (patch)
tree270a43172deb856a41fcafb7abc1172cd7ed34d2 /doc
parent498a82fc08bb764de552b62bf05f0158ccf6d797 (diff)
downloadchawan-128e62145a4769375edb03c01f38b3aaa1ea2575.tar.gz
update doc/protocols
Diffstat (limited to 'doc')
-rw-r--r--doc/protocols.md6
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
 
pshots/blame/README?id=bb5fd6e44e480f571bcb713788cc50eea44095e5'>^
ed46d3cc ^

bc0fa578 ^
ed46d3cc ^
bc0fa578 ^



























































ed46d3cc ^
bc0fa578 ^



ed46d3cc ^

bc0fa578 ^





ed46d3cc ^
bc0fa578 ^











ed46d3cc ^
bc0fa578 ^


ed46d3cc ^
bc0fa578 ^


ed46d3cc ^

bc0fa578 ^

ed46d3cc ^
bc0fa578 ^




ed46d3cc ^

bc0fa578 ^
6c554d1e ^

5f1307fd ^
6c554d1e ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154