fix: improve markdown export spacing#408
Conversation
|
@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. |
|
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. |
…pacing # Conflicts: # backend/routes/export.py # backend/tests/test_api.py
|
Updated the branch with current I also restored the selected-message lookup used by Local validation:
The remaining Vercel status is still preview authorization for the maintainer team. |
…pacing # Conflicts: # backend/routes/export.py
|
Updated the branch with current Validation:
I also tried the full backend test suite, but this local environment is missing optional test dependencies ( The PR is mergeable again. The remaining Vercel status is still the maintainer-team preview authorization check. |
|
Updated the branch with current I kept the shared Markdown formatter and the newer Validation:
The remaining Vercel status still points to maintainer-team preview authorization. |
Summary
---sourcesvalues in selected-message Markdown outputCloses #93
Verification
python -m pytest backend/tests/test_api.py -k export -qpython -m pytest backend/tests -qpython -m py_compile backend/routes/export.py backend/tests/test_api.pypython -m black --check backend/routes/export.pygit diff --check