@mdream/js
Advanced tools
@@ -15,3 +15,3 @@ import { a as NO_SPACING, c as TABLE_ROW_SPACING, g as TagIdMap, i as LIST_ITEM_SPACING, t as BLOCKQUOTE_SPACING } from "./const.mjs"; | ||
| function isInsideTableCell(node) { | ||
| return (node.depthMap[32] || 0) > 0; | ||
| return (node.depthMap[32] || 0) > 0 || (node.depthMap[31] || 0) > 0; | ||
| } | ||
@@ -18,0 +18,0 @@ function getLanguageFromClass(className) { |
+1
-1
| { | ||
| "name": "@mdream/js", | ||
| "type": "module", | ||
| "version": "1.0.1", | ||
| "version": "1.0.2", | ||
| "description": "JavaScript HTML-to-Markdown engine for mdream. Escape hatch for hooks and edge runtimes.", | ||
@@ -6,0 +6,0 @@ "author": { |
164975
0.02%