From 24f50494ff937da13c4638901ed6d4a07f323d23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20Heggest=C3=B8yl?= Date: Wed, 1 Nov 2023 14:48:37 +0100 Subject: [PATCH] Fix Markdown rendering in descriptions Fix Markdown rendering of descriptions on objective, key result, and measurement detail pages. --- CHANGELOG.md | 5 +++++ src/components/HTMLOutput.vue | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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/HTMLOutput.vue b/src/components/HTMLOutput.vue index ee94f023b..0a900695c 100644 --- a/src/components/HTMLOutput.vue +++ b/src/components/HTMLOutput.vue @@ -1,5 +1,5 @@