Skip to content
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

Handle multiple paragraphs of content #249

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

rgardler-msft
Copy link
Collaborator

Handle multiple paragraphs of content in ie interactive. Fixes #32

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (2)

internal/parsers/markdown.go:102

  • [nitpick] The variable name currentParagraphs is ambiguous. It should be renamed to accumulatedParagraphs.
var currentParagraphs string

internal/parsers/markdown.go:167

  • Ensure that accumulatedParagraphs is reset correctly only when necessary to avoid losing accumulated text.
currentParagraphs = ""
@rgardler-msft rgardler-msft deployed to ScenarioTesting January 17, 2025 23:01 — with GitHub Actions Active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 Backlog
Development

Successfully merging this pull request may close these issues.

Command output rendering doesn't work with sections that have multiple codeblocks
1 participant