Merge pull request #1194 from pateljannat/issues-55

fix: markdown parser link issue
This commit is contained in:
Jannat Patel
2024-12-17 16:57:31 +05:30
committed by GitHub
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',
})
}