Skip to content

Conversation

@simonguo
Copy link
Owner

markdown file

 ### First example <!--start-code--> ```js // example.md import React from 'react'; import ReactDOM from 'react-dom'; import{Button } from 'rsuite'; const App = () =>{return <Button>First example</Button>}; ReactDOM.render(<App />); ``` <!--end-code--> ### Second example <!--start-code--> ```js ReactDOM.render(<Button>Second example</Button>); ``` <!--end-code--> > Note: You can try changing the code above and see what changes. 

after rendering

image

@simonguosimonguo merged commit d021789 into masterJul 12, 2022
@simonguosimonguo deleted the feat/multiple-examples branch July 12, 2022 05:04
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@simonguo