Writing and Markdown
Write github flavored markdown to your backroad app
Function Definition
br.write
Props
body:
A string representing the markdown content you want to render on the backroad app. This supports github flavored markdown and supports features like:
- Tables
- Code
- and much more...
id:
a string identifier which can be used to make sure values of components don't get mixed up across re-render. If this is not passed manually, an id is generated automatically