chore: aligned docs to the template file for articles

This commit is contained in:
Michele Cereda
2023-07-09 18:17:32 +02:00
parent fe0adabb88
commit ebb4e5febb
39 changed files with 401 additions and 109 deletions

View File

@@ -1,5 +1,11 @@
# cURL
## Table of contents <!-- omit in toc -->
1. [TL;DR](#tldr)
1. [Apply settings to all connections](#apply-settings-to-all-connections)
1. [Sources](#sources)
## TL;DR
```sh
@@ -101,10 +107,20 @@ config: "~/.config/curl"
## Sources
All the references in the [further readings] section, plus the following:
- [cheat.sh]
- [How to ignore invalid and self signed ssl connection errors with curl]
- [Config file]
<!--
References
-->
<!-- In-article sections -->
[further readings]: #further-readings
<!-- Others -->
[cheat.sh]: https://cheat.sh/curl
[config file]: https://everything.curl.dev/cmdline/configfile
[how to ignore invalid and self signed ssl connection errors with curl]: https://www.cyberciti.biz/faq/how-to-curl-ignore-ssl-certificate-warnings-command-option/