diff --git a/lib/index.js b/lib/index.js index eb70020..32f7d45 100644 --- a/lib/index.js +++ b/lib/index.js @@ -92,6 +92,9 @@ export default function rehypeReact(options) { // See: . // See: . // See: . + // See: . + // See: . + // See: . if (children && tableElements.has(name)) { children = children.filter((child) => !whitespace(child)) }