Text

Table of contents

There is one optional prop: classNames that takes strings separated by spaces.
E.g.
<x-bl.text classNames='bold italic'>Your text</x-bl.text>

Also accepted are <strong> and <em> elements
Example text

Example text with class name 'bold'
Example text using <strong>

Example text with class name 'italic'
Example text using <em>

Example text with class names 'bold italic'
Example text with class name 'bold' and using <em>

¶ 1 Example text using longer text within <p> tags -- which allow for more expressive usage.

¶ 2 I like to know why people like to dance on their tip-toes.

¶ 3 Paragraph 2 uses <strong> and <em> to implement targeted emphasis.

Here is an example using an anchor tag inside it. (The tag has no content)