Skip to content

Warn that @ansi is deprecated now #277

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Warn that @ansi is deprecated now #277

wants to merge 1 commit into from

Conversation

asinghvi17
Copy link
Collaborator

No description provided.

@asinghvi17 asinghvi17 requested a review from lazarusA June 3, 2025 21:02
Copy link

codecov bot commented Jun 3, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 7.72%. Comparing base (dafa189) to head (3743767).

Files with missing lines Patch % Lines
src/ANSIBlocks.jl 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           master    #277      +/-   ##
=========================================
- Coverage    7.73%   7.72%   -0.01%     
=========================================
  Files           6       6              
  Lines         892     893       +1     
=========================================
  Hits           69      69              
- Misses        823     824       +1     

☔ 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.

@@ -24,6 +24,12 @@ function Selectors.runner(::Type{ANSIBlocks}, node, page, doc)
return
end

Base.depwarn(
"The `@ansi` block is deprecated, `@example` does everything including ANSI highlighting now. Please use that instead.",
Copy link
Collaborator

Choose a reason for hiding this comment

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

could you please updates the docs examples? to see it in action!

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.

2 participants