We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea4e59 commit d4cce74Copy full SHA for d4cce74
src/components/ProductFeatures.astro
@@ -43,7 +43,7 @@ const entries = Object.entries(plan);
43
)}
44
/>
45
{value.title !== "Availability" && value.summary && (
46
- <p>{value.summary}</p>
+ <Fragment set:html={marked.parse(value.summary)} />
47
48
<ul>
49
{value.free !== undefined && (
0 commit comments