Skip to content

fix: improve markdown export spacing#408

Open
singhvishalkr wants to merge 1 commit into
imDarshanGK:mainfrom
singhvishalkr:fix/markdown-export-spacing
Open

fix: improve markdown export spacing#408
singhvishalkr wants to merge 1 commit into
imDarshanGK:mainfrom
singhvishalkr:fix/markdown-export-spacing

Conversation

@singhvishalkr

Copy link
Copy Markdown

Summary

  • add a shared Markdown formatter that separates exported messages with blank lines around ---
  • reuse the formatter for full-session and selected-message Markdown exports
  • avoid rendering empty raw sources values in selected-message Markdown output

Closes #93

Verification

  • python -m pytest backend/tests/test_api.py -k export -q
  • python -m pytest backend/tests -q
  • python -m py_compile backend/routes/export.py backend/tests/test_api.py
  • python -m black --check backend/routes/export.py
  • git diff --check

@vercel

vercel Bot commented Jun 17, 2026

Copy link
Copy Markdown

@singhvishalkr is attempting to deploy a commit to the Darshan's projects Team on Vercel.

A member of the Team first needs to authorize it.

@singhvishalkr

Copy link
Copy Markdown
Author

Local verification is green. The Vercel check appears to be blocked on preview authorization for the maintainer team, not on an application build or test failure.

@imDarshanGK imDarshanGK added invalid This doesn't seem right unassigned PR opened without issue assignment labels Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

invalid This doesn't seem right unassigned PR opened without issue assignment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix: Export as Markdown missing line break between messages

2 participants