feat: citations in reserch report

This commit is contained in:
AnotiaWang
2025-02-27 13:03:31 +08:00
parent e583b92cbf
commit ad1b3a239c
4 changed files with 194 additions and 53 deletions

View File

@ -88,7 +88,7 @@
v-for="(learning, index) in node.learnings"
class="prose max-w-none dark:prose-invert break-words"
:key="index"
v-html="marked(`- ${learning}`, { gfm: true })"
v-html="marked(`- ${learning.learning}`, { gfm: true })"
/>
<span v-if="!node.learnings?.length"> - </span>