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 @@ diff --git a/src/views/Item/ItemAbout.vue b/src/views/Item/ItemAbout.vue index 0450be698..95e9ed849 100644 --- a/src/views/Item/ItemAbout.vue +++ b/src/views/Item/ItemAbout.vue @@ -14,12 +14,12 @@
- +

{{ $t('dashboard.targetAudience') }}

- +
@@ -30,7 +30,7 @@ class="item-info__box item-info__box--link" >

{{ child.name }}

- +
diff --git a/src/views/KeyResultHome.vue b/src/views/KeyResultHome.vue index 9760e8b1f..f29dfa319 100644 --- a/src/views/KeyResultHome.vue +++ b/src/views/KeyResultHome.vue @@ -18,6 +18,7 @@ diff --git a/src/views/ObjectiveHome.vue b/src/views/ObjectiveHome.vue index c7f288ef6..120352868 100644 --- a/src/views/ObjectiveHome.vue +++ b/src/views/ObjectiveHome.vue @@ -22,6 +22,7 @@