Questions tagged [react-markdown]
86 questions
2
votes
1 answer
react-markdown import error with nextjs 11.1 and typescript
This is a next.js SSG project, but on npm run dev I'm getting below error when trying to import react-markdown. I cant past this step to test in next export
I understand that react-markdown is a esm package, but I'm not clear on how to import esm…

Kalyan
- 307
- 2
- 14
2
votes
0 answers
How to add filename or title in react syntax hightligting
Hi I've successfully add react syntax hightlight to my project that using gatsbyjs and strapi, from strapi the content was formatted in markdown so i've add react-markdown and react-syntax-hightlight to handle rendering and syntax hightlighting in…

Rief
- 371
- 2
- 10
2
votes
2 answers
"Error: Not supported" when caused by `import("react-markdown")`
I'm trying to import react-markdown, but I'm getting Error: Not supported
module.exports = import("react-markdown");

Nameson Gaudel
- 21
- 2
2
votes
2 answers
Adding multiple line break in react-markdown
Currently I'm using React and have content in my rich text in strapi CMS that is spaced out the way I want it in my markdown version, but as soon as I switch to preview, or view the content in my browser, the spaces go away. I have tried adding…

Jay Modi
- 569
- 7
- 24
2
votes
0 answers