Skip to content

Commit 7c45d6f

Browse files
committed
add native table to prose components list
1 parent 9766b26 commit 7c45d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

remark/withProse.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const proseComponents = ['Heading', 'Variants', 'Disabling']
1+
const proseComponents = ['Heading', 'Variants', 'Disabling', 'table']
22

33
const isJsNode = (node) => {
44
return (

0 commit comments

Comments
 (0)