docs: enable syntax highlighting in several docs files

... for better readability

Closes #6286
This commit is contained in:
0xflotus 2020-12-07 18:09:37 +01:00 committed by Daniel Stenberg
parent eddae97406
commit 5253444090
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 260 additions and 164 deletions

View file

@ -773,7 +773,9 @@ Track Down Memory Leaks
Add a line in your application code:
`curl_dbg_memdebug("dump");`
```c
curl_dbg_memdebug("dump");
```
This will make the malloc debug system output a full trace of all resource
using functions to the given file name. Make sure you rebuild your program