From fb6076dd59f39777f2bf8dc14fa3e49859173f9d Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Fri, 25 Nov 2022 15:25:04 -0800 Subject: [PATCH] changelog --- ci/release/changelogs/next.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index cc7633dd5..bc726434d 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -11,3 +11,6 @@ [#187](https://github.com/terrastruct/d2/pull/187) - System dark mode was incorrectly applying to markdown in renders. [#159](https://github.com/terrastruct/d2/issues/159) +- Fixes markdown newlines created with a trailing double space or backslash. + [#212](https://github.com/terrastruct/d2/issues/212) + [#209](https://github.com/terrastruct/d2/issues/209)