| title | New Article Template |
|---|
{/* BETA FEATURES
If the entire article covers a beta feature, add tag: "Beta" to the
frontmatter above and place the standard beta Note (below) immediately
after the frontmatter, above the Intro.
If only a section of the article is beta, add a Badge to that section's
heading instead — <Badge className="text-primary bg-primary/10 font-bold">Beta</Badge> —
and place the standard beta Note under the FIRST beta section only (one
Note per article). Do not repeat the Note under additional beta sections.
Standard beta Note (use verbatim — do not paraphrase or change the links):
**Note:** This feature is in beta. Beta Program participants can enable features [here](https://embed.domo.com/embed/pages/DQ8Ek). To join the Beta Program, fill out [this form](https://embed.domo.com/embed/pages/K8GMx). For beta questions or feedback, email [beta.admin@domo.com](mailto:beta.admin@domo.com).Do not append (Beta) or (BETA) to titles or headings — the tag and Badge
carry that signal. See Domo-KB-Style-Guide.mdx › Beta Features for details.
*/}
This article explains how to [action 1], [action 2], and [action 3].
This is how you embed internal article links.
And this is how you embed external links.
Write required grants here.
Follow these steps:
-
First step with auto-sizing screenshot.
 -
Second step with an inline icon from the Domo icon font. Browse available icons at Domo Icons.
-
Third step with specifically-sized screenshot.
Here is a bullet-point list:
- First item
- Second item
You can also write a bullet-point list:
- First item
- Second item
- Here is a sub-item under Second item
- Here is a sub-sub item under Second item
- Here is a sub-item under Second item
Here is a description list:
- First Item — description of first item
- Second Item — description of second item
This is how you write italicized text.
Note: Your note text goes here.
This is how you write bolded text.
Important: Write your important callout here.
Tip: Write your user tip here.
Hover over meThis is how you write a code block
{
This is how you write a fenced code block.
}
This is how you write a tabbed code block to show the same code in multiple languages:
// Your JavaScript code here# Your Python code hereThis is a table:
| First Column | Second Column |
|---|---|
| Row text 1 | Row text 1 |
| Row text 2 | Row text 2 |
| Row text 3 | Row text 3 |
Pad all table cells with spaces so that pipes align vertically across all rows, including the header separator row. Use <br/> to separate multiple lines of plain text within a cell. Do not use <br/> between multiple callout elements (<Note>, <Warning>, <Tip>, etc.) — they create their own line breaks. Use <br/> before a callout only when it follows plain text:
| First Column | Second Column |
|---|---|
| Row with multi-line content | First line of cell content. Second line of cell content. |
| Row with a note | Cell content. Note: Note text in a table cell. |
| Row with two callouts | Note: First note.Warning: Text. |
This is how you write a nested table (a table within a table cell). Write the inner table as HTML:
| Outer Column 1 | Outer Column 2 | ||||
|---|---|---|---|---|---|
| Row 1 |
|