관리자 블록형 글쓰기 추가

This commit is contained in:
2026-05-01 18:17:12 +09:00
parent 0fd18bfb48
commit 10bf6b422e
14 changed files with 701 additions and 286 deletions

View File

@@ -29,8 +29,6 @@ const postTag = computed(() => post.value.tags?.[0]?.toUpperCase() || 'POST')
</h1>
</ProseHeaderCard>
<p class="post-detail__content whitespace-pre-line">
{{ post.content }}
</p>
<ContentMarkdownRenderer class="post-detail__content" :content="post.content" />
</ContentRenderer>
</template>