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

@@ -132,6 +132,7 @@ const renderEditor = (holder) => {
holder: holder,
tools: getEditorTools(true),
autofocus: true,
defaultBlock: 'markdownParser',
})
}