Skip to content

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...
You can learn more about Github Flavoured Markdown here
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