@readme/markdown 6.75.0-beta.73 → 6.75.0-beta.74

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.
package/dist/main.js CHANGED
@@ -65306,7 +65306,7 @@ const visitor = (table, index, parent) => {
65306
65306
  children: row.children.map((cell, index) => {
65307
65307
  return {
65308
65308
  type: 'mdxJsxFlowElement',
65309
- name: 'th',
65309
+ name: 'td',
65310
65310
  children: cell.children,
65311
65311
  attributes: [styles[index]],
65312
65312
  };
package/dist/main.node.js CHANGED
@@ -66293,7 +66293,7 @@ const visitor = (table, index, parent) => {
66293
66293
  children: row.children.map((cell, index) => {
66294
66294
  return {
66295
66295
  type: 'mdxJsxFlowElement',
66296
- name: 'th',
66296
+ name: 'td',
66297
66297
  children: cell.children,
66298
66298
  attributes: [styles[index]],
66299
66299
  };
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": "6.75.0-beta.73",
5
+ "version": "6.75.0-beta.74",
6
6
  "main": "dist/main.node.js",
7
7
  "types": "dist/index.d.ts",
8
8
  "browser": "dist/main.js",