@readme/markdown 12.0.0 → 12.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11,4 +11,5 @@ export declare const extractText: (node: {
11
11
  children?: unknown[];
12
12
  type?: string;
13
13
  value?: unknown;
14
+ alt?: unknown;
14
15
  }) => string;
@@ -1,4 +1,5 @@
1
1
  import type { Root } from 'mdast';
2
+ export declare const MDX_COMMENT_REGEX: RegExp;
2
3
  /**
3
4
  * A remark plugin to remove comments from Markdown and MDX.
4
5
  */
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@readme/markdown",
3
3
  "description": "ReadMe's React-based Markdown parser",
4
4
  "author": "Rafe Goldberg <rafe@readme.io>",
5
- "version": "12.0.0",
5
+ "version": "12.1.0",
6
6
  "main": "dist/main.node.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "browser": "dist/main.js",