Render any markdown through a simple url
const markdown = '# Title'
const url = `https://rmmd.link/?markdown=${encodeURIComponent(markdown)}`
<a href={url}>Share markdown</a>| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| markdown | String | true | undefined | A URL encoded markdown string that will be rendered as HTML on the page. |
| darkMode | Boolean | false | false | Setting this to true will render a dark page instead of a light one. |
| hideBanner | Boolean | false | false | Setting this to true will hide the "Shared using render-my-markdown" banner. |
