-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
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
Code blocks aren't rendered properly #526
Labels
bug
Something isn't working
Comments
Okay, this seems to be coming from a regex issue (line 36-37 in Edit: The regexes seem to be fine, it's the code handling that causes this to behave a bit quirky. I'm still on it trying to isolate the issue. |
I have fixed the issue and will deploy a pull request soon. Further testing is probably required, though. |
mags0ft
added a commit
to mags0ft/Alpaca
that referenced
this issue
Feb 6, 2025
This commit should fix issue Jeffser#526 (Jeffser#526).
Jeffser
pushed a commit
that referenced
this issue
Feb 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When there are multiple code blocks in one generation, some of them aren't rendered.
Expected behavior
All the code blocks are rendered properly.
Screenshots
The second code block, which contains a bash command, isn't rendered.
Debugging information
Here is the markdown source code of the generation.
https://pastebin.com/XYKLGZnn
The text was updated successfully, but these errors were encountered: