In Torii, multi-line text fields within Application Info and Contract Info support Markdown formatting. This allows you to add structure, emphasis, and readability to your content.
Note that Contracts are only available in the SMP plan.
How to Use Markdown
Edit the field
Click the pencil icon to open the field editor.Write your content in Markdown
Enter your text using Markdown syntax.Save your changes
Click the checkmark icon when finished. Your text will automatically render with the formatting applied.
Supported Markdown Syntax
You can use the following Markdown elements:
| Element | Syntax Example |
|---|---|
| Heading | # H1## H2### H3 |
| Bold | **bold text** |
| Italic | *italicized text* |
| Strikethrough | ~~strikethrough~~ |
| Ordered List | 1. First item2. Second item3. Third item |
| Unordered List | - First item- Second item- Third item |
| Code | `code` |
| Code Block | ```code block``` |
| Horizontal Rule | --- |
| Link | [title](https://www.example.com) |
Example
Markdown Input:
### Important Notes
- **Renewal decision:** Required for SOC2 audit
- DPA link: [View here](https://www.example.com)
---
For technical support, contact the IT team.
Rendered Output: