neatnik / omg.lol

Cool stuff for omg.lol
MIT License
366 stars 49 forks source link

[Bug] Using icon in now page breaks formatting #552

Open muhh opened 1 year ago

muhh commented 1 year ago

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:

- 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.

Steps to Reproduce

No response

newbold commented 1 year ago

I’m so sorry about that — I just introduced a tiny bug, but have reverted. Saving your page again should correct the problem. Huge apologies!