You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/visualize/workbooks-text-visualizations.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,13 +18,14 @@ The text visualization has a style settings to change the style of the text disp
18
18
19
19
### Text styles
20
20
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. |
0 commit comments