This element can be used to pass a literal piece of HTML markup through to the rendered topic. In
general, this element is only used by custom build components to pass HTML through after modifying the conceptual
topic in some manner (i.e. to colorize code). Other non-component uses might be to include a video or other such
items in the topic that is currently not handled by MAML.
Note |
It is recommended that you avoid using this element unless there is no MAML equivalent for what you
are trying to do. Usage should be restricted to the output of custom build components when needed.
|
Usage
Enter the element in the topic and specify the HTML markup as the inner text. It can be used as
a block or an inline element.
Example
|
Copy
|
Here is a piece of literal HTML markup:
<markup>
<br/><br/>
It is <b>NOT</b> recommended that you use the <em>markup</em> element for
normal conceptual content when an equivalent <u>MAML element</u> already exists.
Its use should be restricted to custom build components.
</markup>
|
Example Output
Here is a piece of literal HTML markup:
It is NOT recommended that you use the markup element for normal conceptual content when an
equivalent MAML element already exists. Its use should be restricted to custom build components.
See Also