-
Notifications
You must be signed in to change notification settings - Fork 13
Module Markdown
WJDDesigns edited this page May 3, 2026
·
1 revision
Module type:
markdown· Category: Content · Free
Rich text content with full markdown formatting.
- Headers, lists, links, emphasis, code blocks
- Optional HTML tags inside markdown
- Markdown table syntax
- Code highlighting
- Full Jinja2 template support — markdown body is evaluated as a template before rendering
- Content — markdown text (with templates).
- Enable HTML — allow raw HTML inside markdown (off by default for safety).
- Enable tables — markdown table syntax.
-
Code highlighting — syntax highlighting in
\``code```` fences.
Standard 4-tab editor. See Design-System, Logic-and-Conditions, Actions.
# Welcome Home
Today is **{{ now().strftime('%A, %B %d') }}**
Current temperature: {{ states('sensor.outdoor_temperature') }}°F## System Status
- ✅ Internet: Connected
- ✅ Security: Armed
- ⚠️ Backup: {{ states('sensor.backup_status') }}### Quick info
| Sensor | Value |
| --- | --- |
| Temperature | {{ states('sensor.temperature') }}°F |
| Humidity | {{ states('sensor.humidity') }}% |
| Pressure | {{ states('sensor.pressure') }} hPa |- For just a value with a label, use Module-Info — less typing.
- HTML is sanitized via DOMPurify for safety. If you need very specific HTML, embed via the Module-Native-Card with a
markdowncard type — but Ultra Card's own module is usually enough. - All standard HA template helpers work —
expand(),area_entities(),relative_time(), etc.
Ultra Card · Website · Discord · GitHub Issues · HACS · MIT licensed
- Layout-System
- Logic-and-Conditions
- Templates-and-Jinja
- Actions
- Design-System
- Custom-Variables
- Presets-and-Marketplace
- Pro-and-Cloud
- Modules-Overview
- Content
- Data
- Interactive
- Layout
- Media / Background
- Animated (Pro)
- Inputs (Helpers)
- Card embeds