remove typo

This commit is contained in:
Baltazar Gomez 2020-12-17 18:37:58 -06:00 committed by Sean Yesmunt
parent 35653bb115
commit a09216da76

View file

@ -121,7 +121,7 @@ const MarkdownPreview = (props: MarkdownProps) => {
const remarkAttrOpts = {
scope: 'extended',
elements: ['link', 'yaml'],
elements: ['link'],
extend: { link: ['embed'] },
defaultValue: true,
};