Rich text content with full markdown formatting support.
- Full markdown support - Headers, lists, links, emphasis, code blocks
- HTML support - Optional HTML tags in content
- Table support - Markdown table syntax
- Code highlighting - Syntax highlighting for code blocks
- Template integration - Use markdown with Home Assistant templates
- Markdown Content - Enter markdown text with full formatting support
- Enable HTML - Allow HTML tags in markdown content
- Enable Tables - Support for markdown table syntax
- Code Highlighting - Syntax highlighting for code blocks
# Welcome Home
Today is **{{ now().strftime('%A, %B %d') }}**
Current temperature: {{ states('sensor.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') }}% |