Markdown editor example

Default

How it looks (preview)

How to call this example

<%= render "components/markdown_editor", {
  label: {
    text: "Body"
  },
  textarea: {
    name: "markdown-editor",
    id: "markdown-editor"
  },
  contextual_guidance: "document-contents-guidance"
} %>