| description | Write and render structured content using Markdown syntax |
|---|
The Markdown component renders standard Markdown inside an Elements layout. It is useful for documentation, articles, technical content, and text written outside Elements.
Markdown content inherits a Theme Studio Typography style, keeping headings, paragraphs, lists, links, and code visually consistent.
{% embed url="https://youtu.be/ZkmYC_rAN4o" %}
You’ll find Markdown under Content in the Components list.
- Drag Markdown onto the page.
- Right-click the component and choose Edit Markdown.
- Enter or paste Markdown in the editor.
- Choose a Typography Style and semantic Tag in the Inspector.
- Preview links, images, lists, and code on the page.
The content renders live as you type. You can also drag an image from Resources into the Markdown editor to insert its correct path.
Headings
# Heading 1
## Heading 2
### Heading 3Emphasis
*Italic text*
**Bold text**
***Bold and italic***Lists
- Unordered item
- Another item
1. First item
2. Second itemLinks and images
[Visit Realmac Software](https://realmacsoftware.com)
Quotes and code
> This is a blockquote.
`inline code`Paragraphs are separated by a blank line. The component supports standard Markdown syntax.
Style chooses a Theme Studio Typography style and defaults to Article. It styles all nested Markdown elements.
Tag sets the semantic wrapper and defaults to Article. Options are Article, Section, Aside, Main Content, Header, Footer, Div, and Span.
The tag changes document meaning rather than visual styling. Use Main Content only once per page.
- Markdown renders as static content.
- Elements components cannot be embedded inside Markdown.
- Visual styling is controlled at block level through Theme Studio.
- Use separate Elements components when you need fine-grained layout or interaction.
Use one clear page heading, keep heading levels in order, describe images with useful alternative text, and write link text that makes sense out of context.
- Typography — Styles long-form content as a structured block.
- Text — Gives detailed control over individual headings and short text.
- Image — Provides responsive image, alt text, and lightbox controls.
{% include "../../.gitbook/includes/common-controls.md" %}