We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After release 2.0 (which looks nice btw), single newlines are no longer displayed as such. The following illustrates how it was before:
Line 1 Line 2
And this how it looks now:
It seems the only type of newlines that are displayed are double newlines like:
Line1
Line2
This is probably caused by the changes made in modules/html_generator.py. Pls fix, the status messages of my extension look weird now.
modules/html_generator.py
As a user:
As an extension developer:
llm_output + "\nMy cool message on a new line"
No response
none
conputer
The text was updated successfully, but these errors were encountered:
This was the only change to newline behavior
3d19746
It was done to fix lists like
# Main List - Item 1 - Subitem 1.1 - Subitem 1.2 - Sub-subitem 1.2.1 - Sub-subitem 1.2.2 - Item 2 - Subitem 2.1 - Subitem 2.2 - Item 3
Can you send a PR if you find the issue?
Sorry, something went wrong.
As I have observed the same thing, tried reproducing the double to single newline using just that for loop and couldn't.
I did however find it will turn a double into a triple newline.
No branches or pull requests
Describe the bug
After release 2.0 (which looks nice btw), single newlines are no longer displayed as such. The following illustrates how it was before:
Line 1
Line 2
And this how it looks now:
Line 1 Line 2
It seems the only type of newlines that are displayed are double newlines like:
Line1
Line2
This is probably caused by the changes made in
modules/html_generator.py
. Pls fix, the status messages of my extension look weird now.Is there an existing issue for this?
Reproduction
As a user:
As an extension developer:
llm_output + "\nMy cool message on a new line"
)Screenshot
No response
Logs
System Info
The text was updated successfully, but these errors were encountered: