fix: 🩹 process slotted text as markdown
This commit is contained in:
parent
74b15982af
commit
4c5e87510a
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
|||
<section webc:root="override">
|
||||
<div class="icon"><icon :@icon="icon"></icon></div>
|
||||
<p class="title" @text="title"></p>
|
||||
<p class="text"><slot></slot></p>
|
||||
<p class="text" webc:type="11ty" @11ty:type="md" webc:keep>
|
||||
<slot></slot>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<style webc:scoped="job">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue