Prepare for nested bulleted lists

This commit is contained in:
Chloe Herd 2023-06-15 09:23:59 -04:00
parent 33af471b03
commit b5c5fa2a6c

View file

@ -7,9 +7,12 @@
margin="mt-0" />
<textLink linkType="textSmall" text="Edit" class="ml-auto" @click-event="linkClicked" />
</div>
<div class="small" v-for="item in content" :key="item" data-test="contentLine">
{{ item }}
</div>
<div
class="small"
v-for="item in content"
:key="item"
data-test="contentLine"
v-html="item"></div>
</div>
</template>