remove typo
This commit is contained in:
parent
35653bb115
commit
a09216da76
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ const MarkdownPreview = (props: MarkdownProps) => {
|
|||
|
||||
const remarkAttrOpts = {
|
||||
scope: 'extended',
|
||||
elements: ['link', 'yaml'],
|
||||
elements: ['link'],
|
||||
extend: { link: ['embed'] },
|
||||
defaultValue: true,
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue