File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed
Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 33* Homepage: [ {{ page.impl.homepage }}] ({{ page.impl.homepage }})
44* Latest release: {{ page.impl.latest-release.version }} ({{ page.impl.latest-release.date }})
55* Client: {{ page.impl.client }}
6- * Server: {{ page.impl.client }}
7-
8- ## Supported protocols
6+ * Server: {{ page.impl.server }}
7+ {% if page.impl.remarks %}
8+ ### Remarks
9+ {{ page.impl.remarks }}
10+ {% endif %}
11+ ### Supported protocols
912
1013{% for proto_class in site.data.proto_classes %}
1114{% assign proto_class_id = proto_class[ 0] %}
12- ### {{ proto_class[ 1] }}
13- {% for x in page.impl.protocols[ proto_class_id] %}
14- * {{ x }}
15- {% endfor %}
15+ #### {{ proto_class[ 1] }}
16+ {% for x in page.impl.protocols[ proto_class_id] %}{{ x }}, {% endfor %}
1617{% endfor %}
You can’t perform that action at this time.
0 commit comments