How can we help?

Using Markdown in Application and Contract Info Fields

Uri Nativ
Uri Nativ
  • Updated
Torii SMP
Torii Identity

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

  1. Edit the field
    Click the pencil icon to open the field editor.

  2. Write your content in Markdown
    Enter your text using Markdown syntax.

  3. 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:

ElementSyntax Example
Heading# H1
## H2
### H3
Bold**bold text**
Italic*italicized text*
Strikethrough~~strikethrough~~
Ordered List1. First item
2. Second item
3. 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:

Rendered markdown.png

 

Was this article helpful?

0 out of 0 found this helpful

Have more questions? Submit a request