Skip to content

Conversation

@BitForge95
Copy link
Contributor

Summary

This PR re-implements the Markdown rendering feature using standard libraries as requested.
It replaces the previous PR #332.

Changes:

  • Uses npm:supports-hyperlinks (via deno.json import map) for robust terminal detection.
  • Uses npm:ansi-escapes (via deno.json import map) for generating link sequences.
  • Removed manual terminal detection logic.

Closes #328

@codecov
Copy link

codecov bot commented Jan 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.00%. Comparing base (05282f9) to head (a76a6d3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #347   +/-   ##
=======================================
  Coverage   87.00%   87.00%           
=======================================
  Files          51       51           
  Lines        3887     3887           
  Branches      624      624           
=======================================
  Hits         3382     3382           
  Misses        495      495           
  Partials       10       10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@effigies
Copy link
Contributor

This was already merged. We had to pull it out while we dealt with some bugs, but it's in the latest release.

@effigies effigies closed this Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use OSC-8 URLs when rendering links in terminal

2 participants