From 7ed032abf2109057dbe1b8b9ac5b66132a33cc9a Mon Sep 17 00:00:00 2001 From: Taneli Hukkinen Date: Sun, 7 Feb 2021 14:41:46 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20MAINTAIN:=20Fix=20broken=20chang?= =?UTF-8?q?elog=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c624f133..1f750350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ This release brings Markdown-It-Py inline with Markdown-It v11.0.1 (2020-09-14), applying two fixes: -- Fix blockquote lazy newlines, [[#696](markdown-it/markdown-it#696)]. -- Fix missed mappings for table rows, [[#705](markdown-it/markdown-it#705)]. +- Fix blockquote lazy newlines, [[#696](https://github.com/markdown-it/markdown-it/issues/696)]. +- Fix missed mappings for table rows, [[#705](https://github.com/markdown-it/markdown-it/issues/705)]. Thanks to [@hukkinj1](https://github.com/hukkinj1)!