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

🐛 Fix emphasis inside raw links bugs #320

Merged
merged 3 commits into from Jan 11, 2024

Conversation

tsutsu3
Copy link
Contributor

@tsutsu3 tsutsu3 commented Dec 25, 2023

Fix #300

Changed from re.match to re.search to work as intended.

Copy link

codecov bot commented Dec 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (df3aadf) 95.17% compared to head (4d36fc2) 95.05%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #320      +/-   ##
==========================================
- Coverage   95.17%   95.05%   -0.12%     
==========================================
  Files          64       64              
  Lines        3437     3437              
==========================================
- Hits         3271     3267       -4     
- Misses        166      170       +4     
Flag Coverage Δ
pytests 95.05% <100.00%> (-0.12%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@chrisjsewell chrisjsewell changed the title Fix emphasis inside raw links bugs 🐛 Fix emphasis inside raw links bugs Jan 11, 2024
Copy link
Member

@chrisjsewell chrisjsewell left a comment

Choose a reason for hiding this comment

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

Great thanks!

@chrisjsewell chrisjsewell merged commit 15290f9 into executablebooks:master Jan 11, 2024
16 checks passed
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.

New linkify rule does not linkify URLs entirely when they have a preceding text token
2 participants