Markdown Text
A Markdown text component is a read-only component that shows a semi-static text with formatting.
Figure 1 - Markdown text
Variations
None
When to use
Use the type Markdown text to introduce semi-static text with formatting.
Limitations
A Markdown text can not be used in groups, it needs to be used as a top level component.
How to use
markdowntext {
visible = [QEstimatedElasticity = 0];
text = "Calculation result for Optimal Price will
be displayed if basic data in Price Elasticity Estimation exists.";
emphasis Warning = [true];
}
Keywords
None
Properties
Below is a list of properties that can be used to customize the control.
Example
markdowntext {
visible = [QEstimatedElasticity = 0];
text = "Calculation result for Optimal Price will
be displayed if basic data in Price Elasticity Estimation exists.";
emphasis Warning = [true];
}
Example 1 - Markdown text example code