@markdown
Add editable Markdown text areas to your components
Last updated
Was this helpful?
Was this helpful?
@markdown("content", title: "Markdown", default: "## Markdown
Right-click on this text and choose *Edit Markdown* from the contextual menu to show the Markdown editor.
Learn more in the [Markdown docs](https://docs.realmacsoftware.com/elements-docs/elements-app/components/built-in-components/markdown).")<article class="prose">
@markdown("body", title: "Article Content", default: "## Getting Started
Write your article content here using **Markdown** syntax.
- Lists are supported
- As are *emphasis* and **strong** text
- And [links](https://example.com)")
</article>