Oh yeah I remember this as a suggestion
Alternatively what if we did
``` llm
Llm output goes here ```
Using the markdown code snippets
Similar to how we can distinguish code languages with by adding the language to ```python ```
# the tag has been added to the start of the codeblock
print('hello world')
Another way might be to make a quote post option to have a input like the insert hyperlink. But instead of the link we can make it select a user and have the quoted text
Alternatively, a simpler option might be to have the quote system follow the logic of how summary text is generated.
[details="Summary"]
This text will be hidden
[/details]
[quote="username here", source=]
This text will be quoted
[/quote]