From 31173b37367f0edf7153d729eb55170c11cdd661 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Mon, 27 Jul 2020 12:20:17 -0400 Subject: [PATCH] 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. --- ChangeLog.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index be8cfa6..9563fc7 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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