feat: add remark-breaks plugin to preserve single newlines in markdown#4217
Merged
jamadeo merged 2 commits intoblock:mainfrom Aug 20, 2025
Merged
feat: add remark-breaks plugin to preserve single newlines in markdown#4217jamadeo merged 2 commits intoblock:mainfrom
jamadeo merged 2 commits intoblock:mainfrom
Conversation
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
Collaborator
|
looks ok - need to manually just desk check it but hopefully build passes. The plugin remark-breaks looks like slightly old code, in terms of commits, but I think it is minimal and ok |
Signed-off-by: Abhijay007 <Abhijay007j@gmail.com>
alexhancock
approved these changes
Aug 20, 2025
Collaborator
|
Thank you for the contribution @Abhijay007 ! |
Collaborator
|
Yes, it works well for me. We appreciate it! |
Collaborator
Author
|
Thanks @jamadeo, @michaelneale and @alexhancock for review and guidance :) |
ayax79
pushed a commit
to ayax79/goose
that referenced
this pull request
Aug 21, 2025
block#4217) Signed-off-by: Abhijay007 <Abhijay007j@gmail.com> Signed-off-by: Jack Wright <jack.wright@nike.com>
michaelneale
added a commit
that referenced
this pull request
Aug 21, 2025
* main: docs: add figma tutorial (#4231) Add Nix flake for reproducible builds (#4213) Enhanced onboarding page visual design (#4156) feat: adds mtls to all providers (#2794) (#2799) Don't show a confirm dialog for quitting (#4225) Fix: Missing smart_approve in CLI /mode help text and error message (#4132) Clean up langfuse docs and scripts (#4220) feat: add remark-breaks plugin to preserve single newlines in markdown (#4217) feat(mcp/developer): accept -1 for insert_line number (#4112) Remove dead code and old settings migration (#4180) removed tests from lint-staged (#4203) docs: openrouter and ollama easy desktop setup (#4195) Custom providers update (#4099) docs: goose_terminal env var (#4205) Desktop alerts when suspicious unicode characters found in Recipe (#4080) chore: remove the google drive built-in extension (#4187) Move out app init (#4185)
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes: #2278
Description:
This PR enhances the markdown rendering capabilities in the goose desktop application by adding support for single line breaks.
Changes Made :
remark-breakspackage to project dependenciesMarkdownContent.tsxto include the new pluginPreview: