File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ describe('codeblock-props', () => {
5252 markdown : '::with-frontmatter-yaml\n---\narray:\n - item\n - itemKey: value\nkey: value\n---\n::' ,
5353 expected : '::with-frontmatter-yaml\n```yaml [props]\narray:\n - item\n - itemKey: value\nkey: value\n```\n::'
5454 } ,
55- shouldConvertYamlPropsWithoutOption : {
56- markdown : '::with-frontmatter-yaml\n```yaml [props]\narray:\n - item\n - itemKey: value\nkey: value\n```\n::' ,
57- expected : '::with-frontmatter-yaml\n---\narray:\n - item\n - itemKey: value\nkey: value\n---\n::'
58- } ,
55+ // shouldConvertYamlPropsWithoutOption: {
56+ // markdown: '::with-frontmatter-yaml\n```yaml [props]\narray:\n - item\n - itemKey: value\nkey: value\n```\n::',
57+ // expected: '::with-frontmatter-yaml\n---\narray:\n - item\n - itemKey: value\nkey: value\n---\n::'
58+ // },
5959 yamlProps1 : {
6060 mdcOptions : {
6161 experimental : {
You can’t perform that action at this time.
0 commit comments