feat: markdown parser for links and lists

This commit is contained in:
Jannat Patel
2024-12-16 16:41:55 +05:30
parent d88aaedf3f
commit 7f44177986
6 changed files with 131 additions and 119 deletions

View File

@@ -26,7 +26,7 @@ const props = defineProps({
required: true,
},
title: {
type: String,
type: [String, null],
required: true,
},
})