Markdown
Markdown¶
| Name | Type | Default Value | Description |
|---|---|---|---|
| fontsize | number | 0.3 | Markdown text font-size |
| backgroundColor | string | rgba(0, 0, 0, 0) | Background color of the markdown |
| textColor | string | var(--widget-color) | Text color |
| valueFontFamily | string | var(--widget-font-family) | Value font-family. Possible values: Arial, Verdana, Tahoma, Trebuchet MS, Times New Roman, Georgia, Garamond, Courier New, Brush Script MT, Montserrat, ralway, Lucida Grande, Lato, Menlo |
| textAlign | string | left | Text horizontal alignment. Possible values: left, center, right |
| displayBorder | boolean | False | If true, a border is displayed around the widget |
| centerVertically | boolean | True | Ensure vertical centering of the text |