I'm tried using <strong> to bold stuff in my snippet for a revised alchemist artificer I made. Once I did, the snippets where I added <strong> no longer appeared in my character sheet. Does anyone know why this happened? Here is an example of why I did:
Original
The drinker regains {{proficiency}}d4{{modifier:int}} hit points.
<strong> added
The drinker regains {{proficiency}}<strong>d4<strong>{{modifier:int}} hit points.
I'm tried using <strong> to bold stuff in my snippet for a revised alchemist artificer I made. Once I did, the snippets where I added <strong> no longer appeared in my character sheet. Does anyone know why this happened? Here is an example of why I did:
Original
The drinker regains {{proficiency}}d4{{modifier:int}} hit points.
<strong> added
The drinker regains {{proficiency}}<strong>d4<strong>{{modifier:int}} hit points.
Do I have to use a space in between } and < ?
There should be a slash in the second <strong> tag, like so:
The drinker regains {{proficiency}}<strong>d4</strong>{{modifier:int}} hit points.
ah, okay. Let me try that
It worked! Thank you!