Markdown in risk descriptions
Each biomarker under Risk Stratification has a Description field. Whatever you enter there is shown on participant reports next to that biomarker’s risk section. Clovi treats the description as Markdown, so you can use lightweight formatting instead of plain text only.
Where to edit
- Open Account → Risk Stratification.
- Expand the section and the metric you want.
- Edit the Description box. A Preview panel shows how the Markdown will render.
- Save your changes to the risk section.
Syntax you can use
Clovi uses standard Markdown (via Showdown). Common patterns include:
- Bold:
**text**or__text__ - Italic:
*text*or_text_ - Headings: lines starting with
#,##, etc. - Bulleted lists: lines starting with
-,*, or+ - Numbered lists: lines starting with
1.,2., etc. - Links:
[label](https://example.com)
Clinical content: Use descriptions for education that matches your program and local guidance. If you link to external sites, ensure they are appropriate for your population and compliance requirements.
Related topic
Numerical risk ranges (Desirable, Moderate, High, etc.) are configured separately from the description text. For thresholds and categories, see How do I customize risk stratification ranges?