It seems that HTML tags in the triple's object field, such as <br/>, are being displayed as plain text instead of being interpreted correctly. For example, in the Example documentation model, <br/>far : fa-user-circle<br/> is rendered as text rather than as HTML. This used to be interpreted correctly in the past.
Specifically, we are looking to achieve a "domino-style" representation often used in CIDOC CRM documentation. For instance, we would like to use formatting like <b>E7 Activity</b><hr />Survey XXX. If there is a recommended way to achieve this kind of formatting, we would greatly appreciate your guidance.
It seems that HTML tags in the triple's object field, such as
<br/>, are being displayed as plain text instead of being interpreted correctly. For example, in the Example documentation model,<br/>far : fa-user-circle<br/>is rendered as text rather than as HTML. This used to be interpreted correctly in the past.Specifically, we are looking to achieve a "domino-style" representation often used in CIDOC CRM documentation. For instance, we would like to use formatting like
<b>E7 Activity</b><hr />Survey XXX. If there is a recommended way to achieve this kind of formatting, we would greatly appreciate your guidance.