Sheezy-Art / sheezy-hub

Public repo to discuss issues and feature requests
https://sheezy.art/
13 stars 0 forks source link

[BUG] Blockquotes are unstyled on profiles #488

Closed xnyoom closed 8 months ago

xnyoom commented 8 months ago

Originally reported in #html-workshop: https://canary.discord.com/channels/1143702362091966654/1192455395009122324/1217183899793358918

Notify Discord: Noir (penileperil) when fixed Notified https://canary.discord.com/channels/1143702362091966654/1192455395009122324/1217608399592624178


HTML


Profile Information and Content Block


Journals (works fine)

xnyoom commented 8 months ago

This is because it's not getting wrapped in <div class="prose"></div> https://canary.discord.com/channels/1143702362091966654/1192455395009122324/1217602964672352357 image

image1 image2

boylett commented 8 months ago

When the Profile Information block is set to html mode, and by default for Custom Content blocks, no out-of-the-can formatting is supplied. This allows the user complete freedom to control the way their HTML looks.

As stated above, putting <div class="prose"> before and </div> after your HTML content will preformat it for you.

xnyoom commented 8 months ago

Should I file a separate issue for this misleading preview on Profile Information then?

(Custom Content's preview shows the unstyled HTML as expected.)

firefox_2024-03-13_18-52-08_8YM6A

firefox_2024-03-13_18-52-14_aXl7i

firefox_2024-03-13_18-52-27_U9azx

boylett commented 8 months ago

I believe there is an issue for this already: #491

xnyoom commented 8 months ago

Ah, okay then.