remark-mdc
Advanced tools
Comparing version 3.3.2 to 3.4.0
@@ -12,4 +12,14 @@ import { Plugin } from 'unified'; | ||
maxAttributesLength?: number | ||
autoUnwrap?: boolean | { | ||
safeTypes?: Array<string> | ||
} | ||
yamlCodeBlockProps?: boolean | ||
experimental?: { | ||
/** | ||
* @deprecated This feature is out of experimental, use `autoUnwrap` | ||
*/ | ||
autoUnwrap?: boolean | ||
/** | ||
* @deprecated This feature is out of experimental, use `yamlCodeBlockProps` | ||
*/ | ||
componentCodeBlockYamlProps?: boolean | ||
@@ -16,0 +26,0 @@ } |
{ | ||
"name": "remark-mdc", | ||
"version": "3.3.2", | ||
"version": "3.4.0", | ||
"description": "Remark plugin to support MDC syntax", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
71727
1999