diff --git a/CHANGELOG.md b/CHANGELOG.md
index 662bd86be..9be2dffdf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -14,6 +14,11 @@ All notable changes to this project will be documented in this file. The format
- New key results are now given a start value of 0, a target value of 100, and
percentage as unit of measurement by default.
+### Fixed
+
+- Fixed Markdown rendering of descriptions on objective, key result, and
+ measurement detail pages.
+
### Security
- More security headers are now set: `Content-Security-Policy`,
diff --git a/src/components/KpiDetails.vue b/src/components/KpiDetails.vue
index bc8ceca9c..b60010925 100644
--- a/src/components/KpiDetails.vue
+++ b/src/components/KpiDetails.vue
@@ -15,7 +15,7 @@
{{ $t('dashboard.targetAudience') }}
- {{ child.name }}
-