Use triple backticks to denote the code block
This keeps the line under 80 columns long, and avoids extra vertical space between entries in the rendered output.
This commit is contained in:
parent
3eef38def6
commit
31173b3736
1 changed files with 3 additions and 3 deletions
|
@ -13,9 +13,9 @@ repository history](https://github.com/ddclient/ddclient/commits/master).
|
|||
* Added support for Gandi LiveDNS.
|
||||
* Added a build system to make it easier for distributions to package
|
||||
ddclient:
|
||||
|
||||
./autogen && ./configure && make && make VERBOSE=1 check && make install
|
||||
|
||||
```
|
||||
./autogen && ./configure && make && make VERBOSE=1 check && make install
|
||||
```
|
||||
* The `freedns` protocol (for https://freedns.afraid.org) now supports IPv6
|
||||
addresses.
|
||||
* New `ssl_ca_dir` and `ssl_ca_file` options to specify the location of CA
|
||||
|
|
Loading…
Reference in a new issue