mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Markdown rendering improvements
This commit is contained in:
parent
8b22a22ae4
commit
e90ff9d508
5 changed files with 109 additions and 64 deletions
|
|
@ -1,6 +1,8 @@
|
|||
<template>
|
||||
<ClientOnly>
|
||||
<SocialElementsNotesNote v-if="note" :note="note" />
|
||||
<div class="max-h-dvh min-h-dvh overflow-y-auto">
|
||||
<SocialElementsNotesNote v-if="note" :note="note" />
|
||||
</div>
|
||||
</ClientOnly>
|
||||
</template>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue