Skip to content

🐛 Fix emphasis inside raw links bugs#320

Merged
chrisjsewell merged 3 commits intoexecutablebooks:masterfrom
tsutsu3:fix-link-url
Jan 11, 2024
Merged

🐛 Fix emphasis inside raw links bugs#320
chrisjsewell merged 3 commits intoexecutablebooks:masterfrom
tsutsu3:fix-link-url

Conversation

@tsutsu3
Copy link
Copy Markdown
Contributor

@tsutsu3 tsutsu3 commented Dec 25, 2023

Fix #300

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

@codecov
Copy link
Copy Markdown

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
Copy Markdown
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!

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