diff --git a/src/components/ExperienceItem.svelte b/src/components/ExperienceItem.svelte index 7deccd4..c208cf3 100644 --- a/src/components/ExperienceItem.svelte +++ b/src/components/ExperienceItem.svelte @@ -24,7 +24,7 @@
@@ -36,7 +36,7 @@ ({duration}) {/if} {#if location} - ({location}) + ({location}) {/if}

@@ -49,7 +49,7 @@ {role} {#if isContractor} Contract @@ -57,7 +57,7 @@ {#if description} -
+
{@html description}
diff --git a/src/components/Summary.svelte b/src/components/Summary.svelte index 0cd7477..89f9608 100644 --- a/src/components/Summary.svelte +++ b/src/components/Summary.svelte @@ -27,7 +27,7 @@ >

{name}

{title}

-
+
{@html details}