@readme/markdown 14.2.1 → 14.2.2

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.
@@ -1,4 +1,5 @@
1
1
  import type { Node } from 'mdast';
2
+ export declare const tableTags: Set<string>;
2
3
  /**
3
4
  * If the cell has exactly one paragraph child, unwrap it so its inline children sit
4
5
  * directly under the cell (matches GFM table cell shape and avoids stray `<p>` wrappers).
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": "14.2.1",
5
+ "version": "14.2.2",
6
6
  "main": "dist/main.node.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "browser": "dist/main.js",