-
-
Notifications
You must be signed in to change notification settings - Fork 126
Description
Is your feature request related to a problem? Please describe.
I noticed that larger models really like to add Emphasis inside Spoken Text, causing the current Rendering to default to normal Emphasis Style. eg. <em> tags.

Describe the solution you'd like
Add a new class of CSS that is added within a <q> tag.

Furthermore, a new UI Setting should be included to change the color of the Emphasis in Quotes, aswell as a toggle which allows BOLD or and Italic to be selected.

Task: Update the UI Preview to reflect the new Feature.
Describe alternatives you've considered
I am not getting paid enough to think about Alternatives. ;-)
The quote magic happens here: I belive
agnai/web/pages/Chat/components/Message.tsx
Line 777 in 1fe29e0
| function wrapWithQuoteElement(str: string) { |
And the CSS magic is here:
| em { |