The forms schema accepts a subset of arbitrary HTML tags.
The above example is a p tag with a text body attribute and a class of lead.
The schema for that looks a little like this:
body: - p: class: lead body: The forms schema accepts a subset of arbitrary HTML tags.
We can also render images:
And custom TNT components like this card:
Card body