diff --git a/app/components/MultilineString.vue b/app/components/MultilineString.vue
new file mode 100644
index 0000000..f312b4b
--- /dev/null
+++ b/app/components/MultilineString.vue
@@ -0,0 +1,26 @@
+
+
+
+
+ {{ line }}
+
+
+
+
diff --git a/app/pages/hunt/[huntSlug]/[questSlug]/index.vue b/app/pages/hunt/[huntSlug]/[questSlug]/index.vue
index 44e5616..692f915 100644
--- a/app/pages/hunt/[huntSlug]/[questSlug]/index.vue
+++ b/app/pages/hunt/[huntSlug]/[questSlug]/index.vue
@@ -1,11 +1,13 @@