Skip to content

Commit

Permalink
feat: admonition in md
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdenecker committed Aug 7, 2023
1 parent 4be4d42 commit c3bbfc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/content/Admonition.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
>
</v-card-title>
<v-card-text class="pt-4">
{{ text }}
<p v-html="$mdRenderer.render(text)"></p>
</v-card-text>
</v-card>
</template>
Expand Down

0 comments on commit c3bbfc0

Please sign in to comment.