I'm using fontawesome icons on my now page in my simple list of things.
It's just several list items, using - or * doesn't matter. As soon as there are more than one items, the last one breaks.
What my current item is saved as:
- At home we are preparing the renovation of the whole ground floor. When we bought the house we only did a few renovations and modifications. Now it's time for remodeling and more. {house-chimney}
the resulting HTML
<li>
<span class="fa-li"><i class="fa-solid fa-<i class="fa-solid fa-font-awesome"></i>"></i></span>At home we are preparing the renovation of the whole ground floor. When we bought the house we only did a few renovations and modifications. Now it's time for remodeling and more.
</li>
I think it worked this morning when I first started using icons in there.
Bug Description
I'm using fontawesome icons on my now page in my simple list of things.
It's just several list items, using
-
or*
doesn't matter. As soon as there are more than one items, the last one breaks.What my current item is saved as:
the resulting HTML
I think it worked this morning when I first started using icons in there.
Steps to Reproduce
No response