Skip to content

Commit fe04ea4

Browse files
committed
Fixing table
1 parent de51317 commit fe04ea4

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

articles/azure-monitor/visualize/workbooks-text-visualizations.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,14 @@ The text visualization has a style settings to change the style of the text disp
1818

1919
### Text styles
2020
The following text styles are available for text steps:
21-
| Style | Explanation |
22-
|---|---|
23-
| `plain` | No additional formatting is applied, the text value is presumed to be plain text and no special formatting is applied |
24-
| `header` | The text is formatted with the same styling as step headers |
25-
| `bignumber` | The text is formatted in the "big number" style used in [Tile](workbooks-tile-visualizations.md) and [Graph](workbooks-graph-visualizations.md) based visualizations. |
26-
| `markdown` | The text value is rendered in a markdown section, any markdown content in the text content will be interpreted as such and used for formatting. |
27-
| `editor` | The text value is displayed in a editor control, respecting newlines, tab formatting. |
21+
22+
|Style |Explanation |
23+
|----------|-----------|
24+
|`plain` |No additional formatting is applied, the text value is presumed to be plain text and no special formatting is applied |
25+
|`header`|The text is formatted with the same styling as step headers |
26+
|`bignumber` |The text is formatted in the "big number" style used in [Tile](workbooks-tile-visualizations.md) and [Graph](workbooks-graph-visualizations.md) based visualizations. |
27+
|`markdown`|The text value is rendered in a markdown section, any markdown content in the text content will be interpreted as such and used for formatting. |
28+
|`editor` |The text value is displayed in a editor control, respecting newlines, tab formatting. |
2829

2930
### Examples
3031

0 commit comments

Comments
 (0)