Considering 4/28/2026 Stefano Bagnatica

1

Votes

Add PRE and BLOCKQUOTE in HTML editor

In HTML editor, it would be useful to have the ability to set paragraph as PRE or BLOCKQUOTE, in addition to H1 / H2 / H3.

PRE would be useful to insert entire blocks of source code, while the actual CODE button would be used for inline code.

A custom CSS could then be defined to have a view like this:

This is specially useful when composing reponses with GPT, that uses a lot of <pre> as blocks and <code> for inlines.

QUOTE would be useful for highlighting citations, for example:

avatar
Alex 4/28/2026 5:38 PM Tech
The "quote" is already there, under the lists dropdown. We'll think about multiline code tho
SB
Stefano Bagnatica 4/29/2026 3:18 AM
About the quote under the list dropdown, yes, but

1) it set the style attribute


2) it wrap the DIVs in outer blockquote tag

I'd like instead a pure
tag in order to style it like in the example
avatar
Alex 4/29/2026 4:34 PM Tech
We can't control how browsers implement "execCommant.indent" but we'll make this more polished

Log in to comment...