[Repo Assist] docs: document --saveimages flag and image embedding patterns#1065
Open
github-actions[bot] wants to merge 3 commits intomainfrom
Open
[Repo Assist] docs: document --saveimages flag and image embedding patterns#1065github-actions[bot] wants to merge 3 commits intomainfrom
github-actions[bot] wants to merge 3 commits intomainfrom
Conversation
- Expand --saveimages description in commandline.md to explain the none/some/all values and their effect on output formats - Add new 'Embedding Images' section to commandline.md covering inline Base64 image embedding via include-it-raw and fsi.AddHtmlPrinter for chart/plot output - Expand 'Using AddPrinter and AddHtmlPrinter' section in evaluation.fsx with concrete examples for both approaches - Update RELEASE_NOTES.md Closes #683 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This was referenced Mar 3, 2026
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.
🤖 This PR was created by Repo Assist, an automated AI assistant.
Closes #683
Summary
This PR addresses the two documentation gaps reported in #683:
--saveimagesflag was not explained — the command-line reference only said "Save images referenced in docs" with no mention of thenone/some/allvalues.Changes
docs/commandline.md--saveimagestable entry to document all three values (none/some/all) and which output formats each affects.--saveimagesbehaviour.include-it-raw(the pattern shown in the issue by@gbaydin).fsi.AddHtmlPrinterfor custom type-based rendering.docs/evaluation.fsxfsi.AddHtmlPrinterAPI signature.(img)tag.inlinePnghelper withinclude-it-raw.RELEASE_NOTES.md[Unreleased] → Added.Test Status
Documentation-only changes; no code modified. The existing test suite is unaffected.