fix: markdown parser link issue

This commit is contained in:
Jannat Patel
2024-12-17 16:35:30 +05:30
parent 1ea47a008c
commit d3f7baae4c
3 changed files with 9 additions and 7 deletions

View File

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