grommet-site icon indicating copy to clipboard operation
grommet-site copied to clipboard

Markdown - improve example content

Open CopyJosh opened this issue 2 years ago • 0 comments

The Markdown component example is not displayed properly in the docs.

The CONTENT object should probably be:

// src/screens/Markdown.js

const CONTENT = `{\`
 ## Grommet **heart**s markdown
 
 Favorite thing, [link](https://twitter.com/grommet_io)
\`}`;

Currently:

Screenshot 2023-02-08 at 4 20 50 PM

Improved:

Screenshot 2023-02-08 at 4 23 07 PM

CopyJosh avatar Feb 08 '23 21:02 CopyJosh