Browse Source

FEATURES: reorder footnotes

The empty left-behind footnote confused the website rendering into
creating a nested emoty list, making the resulting page look quite
odd.  Remove and re-order the remaining ones to avoid a gap in the
sequence.

Closes: #8886
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
Daniel Gustafsson 2 years ago
parent
commit
3022c5a946
1 changed files with 6 additions and 7 deletions
  1. 6 7
      docs/FEATURES.md

+ 6 - 7
docs/FEATURES.md

@@ -31,7 +31,7 @@
  - replaceable memory functions (malloc, free, realloc, etc)
  - replaceable memory functions (malloc, free, realloc, etc)
  - asynchronous name resolving (6)
  - asynchronous name resolving (6)
  - both a push and a pull style interface
  - both a push and a pull style interface
- - international domain names (11)
+ - international domain names (10)
 
 
 ## HTTP
 ## HTTP
 
 
@@ -62,7 +62,7 @@
  - retrieve file modification date
  - retrieve file modification date
  - Content-Encoding support for deflate and gzip
  - Content-Encoding support for deflate and gzip
  - "Transfer-Encoding: chunked" support in uploads
  - "Transfer-Encoding: chunked" support in uploads
- - automatic data compression (12)
+ - automatic data compression (11)
 
 
 ## HTTPS (1)
 ## HTTPS (1)
 
 
@@ -78,7 +78,7 @@
 
 
  - download
  - download
  - authentication
  - authentication
- - Kerberos 5 (13)
+ - Kerberos 5 (12)
  - active/passive using PORT, EPRT, PASV or EPSV
  - active/passive using PORT, EPRT, PASV or EPSV
  - single file size information (compare to HTTP HEAD)
  - single file size information (compare to HTTP HEAD)
  - 'type=' URL support
  - 'type=' URL support
@@ -214,7 +214,6 @@
   8. requires libssh2 or libssh
   8. requires libssh2 or libssh
   9. requires OpenSSL, GnuTLS, mbedTLS, NSS, yassl, Secure Transport or SSPI
   9. requires OpenSSL, GnuTLS, mbedTLS, NSS, yassl, Secure Transport or SSPI
      (native Windows)
      (native Windows)
-  10. -
-  11. requires libidn2 or Windows
-  12. requires libz, brotli and/or zstd
-  13. requires a GSS-API implementation (such as Heimdal or MIT Kerberos)
+  10. requires libidn2 or Windows
+  11. requires libz, brotli and/or zstd
+  12. requires a GSS-API implementation (such as Heimdal or MIT Kerberos)