From d21ac14423a5f035343d17c663042a725656a76f Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Wed, 22 Jul 2020 10:39:19 +0200 Subject: [PATCH] make text visible on markdown renderers (#1096) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f909769d..93b9f0c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -58,7 +58,7 @@ accessible everywhere - Check for path collisions when building the site - Fix bug in template extension with themes - Use Rustls instead of openssl -- The continue reading HTML element is now a instead of a

+- The continue reading HTML element is now a `` instead of a `

` - Update livereload.js - Add --root global argument