remarkjs / remark-gfm

remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)
https://remark.js.org
MIT License
721 stars 25 forks source link

Cannot render table in remarkgfm #64

Closed theadanielskocher closed 7 months ago

github-actions[bot] commented 7 months ago

Hi! Thanks for taking the time to contribute! This has been marked by a maintainer as needing a reproduction: It’s not yet clear whether this is a problem. Here are a couple tips:

Thanks, — bb

ChristianMurphy commented 7 months ago

@theadanielskocher welcome! Tables are very thoroughly tested, it's unlikely to be tables are broken. More likely there is a misundetstanding of table syntax, a dependency conflict, or incorrect usage of the library, but there isn't really enough info to help there either.

What are you trying as table syntax? How are you using the library? And what versions of dependencies are you using?

ChristianMurphy commented 7 months ago

I don't know how to explain the error to you

Don't (just) explain it to me. Share a runnable piece of source code with an example of the issue.

Here is a runnable example in a sandbox showing it working https://stackblitz.com/edit/github-zyfw4s?file=src%2Fapp.tsx This follows the instructions from https://github.com/remarkjs/react-markdown?tab=readme-ov-file#use on how to setup GFM.

so you can visit this website https://dbrr-markdown-editor.surge.sh/

See the support guidelines https://github.com/remarkjs/.github/blob/main/support.md If you don't share any source, there isn't much help myself or anyone else can offer.


I'm closing this, as the sandbox above shows it isn't a bug in remark-gfm, the issue tracker is for bug and feature requests which are actionable. If you have questions on how to leverage react-markdown or remark-gfm feel free to ask them in the forum https://github.com/orgs/remarkjs/discussions folks are happy to help!

github-actions[bot] commented 7 months ago

Hi! This was closed. Team: If this was fixed, please add phase/solved. Otherwise, please add one of the no/* labels.