diff --git a/frontend/components/global/DetailsSection/DetailsSection.vue b/frontend/components/global/DetailsSection/DetailsSection.vue
index fc6b240..40b6cd1 100644
--- a/frontend/components/global/DetailsSection/DetailsSection.vue
+++ b/frontend/components/global/DetailsSection/DetailsSection.vue
@@ -17,6 +17,11 @@
+
+
+
+
+
{{ detail.text }}
@@ -28,11 +33,11 @@
+
+
+
+
+
+
diff --git a/frontend/package.json b/frontend/package.json
index 5c6eb39..a06db47 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -37,6 +37,8 @@
"@vueuse/nuxt": "^9.1.1",
"autoprefixer": "^10.4.8",
"daisyui": "^2.24.0",
+ "dompurify": "^2.4.1",
+ "markdown-it": "^13.0.1",
"pinia": "^2.0.21",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
diff --git a/frontend/pages/item/[id]/index.vue b/frontend/pages/item/[id]/index.vue
index cf67854..e3d6afb 100644
--- a/frontend/pages/item/[id]/index.vue
+++ b/frontend/pages/item/[id]/index.vue
@@ -1,5 +1,5 @@