You've already forked AstralRinth
forked from didirus/AstralRinth
@@ -2,14 +2,12 @@
|
||||
<div class="markdown-body" v-html="renderHighlightedString(description ?? '')" />
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
|
||||
import { renderHighlightedString } from '@modrinth/utils'
|
||||
|
||||
withDefaults(
|
||||
defineProps<{
|
||||
description: string,
|
||||
description: string
|
||||
}>(),
|
||||
{
|
||||
},
|
||||
{},
|
||||
)
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user