modified: backend/.env
modified: src/components/MilkdownEditor.vue
This commit is contained in:
@@ -41,7 +41,7 @@ onMounted(async () => {
|
||||
console.log('[Debug] Creating Crepe editor...')
|
||||
crepe = new Crepe({
|
||||
root: root.value,
|
||||
defaultValue: '# Welcome to Milkdown\n\nStart writing your markdown content here...',
|
||||
defaultValue: '# Welcome to LLM in text\n\nStart writing your content here...',
|
||||
})
|
||||
|
||||
await crepe.create()
|
||||
|
||||
Reference in New Issue
Block a user