remarkjs / react-remark

React component and hook to use remark to render markdown
https://remarkjs.github.io/react-remark
MIT License
204 stars 7 forks source link

Remark GFM plugin issues #76

Closed swsvindland closed 5 months ago

swsvindland commented 5 months ago

Initial checklist

Affected packages and versions

2.1.0 && 4.0.0

Link to runnable example

https://codesandbox.io/p/devbox/2g4wrr?file=%2Fsrc%2FApp.tsx%3A30%2C3

Steps to reproduce

Using react-remark and remark-gfm nothing renders i tested with remark-gemoji and that seems to work fine, so could be that plugin or im missing a setup step

Expected behavior

Should render Tables should work

Actual behavior

renders nothing

Runtime

Node v17, Node v16

Package manager

yarn 2, pnpm

OS

Windows, macOS

Build and bundle tools

Create React App, Vite

ChristianMurphy commented 5 months ago

Duplicate of https://github.com/remarkjs/react-remark/issues/41