GithubHelp home page GithubHelp logo

Comments (8)

wooorm avatar wooorm commented on May 22, 2024

Your codesandbox does not display the screenshot you shared here?

from remark-gfm.

wooorm avatar wooorm commented on May 22, 2024

I cannot reproduce:

| a |
| - |
| b |SP

in micromark. I can reproduce:

| a |SP 
| - |

there

from remark-gfm.

gilisho avatar gilisho commented on May 22, 2024

I'm not sure I understand. The sandbox does reproduce this.
Maybe I got confused in the beginning but now it should appear ok.

This is the code in sandbox link:

import React from "react";
import "./styles.scss";
import ReactMarkdown from "react-markdown";
import gfm from "remark-gfm";

const markdown = `
| hello... | hi... |
| :----   | :----     |
| first cell | second cell and last |  
| first cell | second cell and last |

`;

export default function App() {
  return <ReactMarkdown plugins={[gfm]} children={markdown} />;
}

image

from remark-gfm.

wooorm avatar wooorm commented on May 22, 2024

Should be fixed. Your example worked fine now!

from remark-gfm.

gilisho avatar gilisho commented on May 22, 2024

Funny question but I still see the same UI in sandbox. What should I be doing to get the updated version?

from remark-gfm.

wooorm avatar wooorm commented on May 22, 2024

npm update

from remark-gfm.

gilisho avatar gilisho commented on May 22, 2024

Sorry but I still don't understand. 😅
How can I see it working properly live on codesandbox? All the packages are updated to the latest version there.

from remark-gfm.

ChristianMurphy avatar ChristianMurphy commented on May 22, 2024

@wooorm's instructions are for testing locally.

How can I see it working properly live on codesandbox? All the packages are updated to the latest version there.

That is a question for CodeSandbox support [email protected]

from remark-gfm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.