Skip to content

fix: recursion error when dispatching render method#222

Merged
frostming merged 1 commit into
masterfrom
fix/recursion-error
Feb 19, 2025
Merged

fix: recursion error when dispatching render method#222
frostming merged 1 commit into
masterfrom
fix/recursion-error

Conversation

@frostming

Copy link
Copy Markdown
Owner

Signed-off-by: Frost Ming me@frostming.com

Fix #221

Signed-off-by: Frost Ming <me@frostming.com>
@codecov

codecov Bot commented Feb 19, 2025

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 96.08%. Comparing base (c1e4c25) to head (b936c9b).
Report is 4 commits behind head on master.

Files with missing lines Patch % Lines
marko/helpers.py 0.00% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
- Coverage   96.23%   96.08%   -0.15%     
==========================================
  Files          21       21              
  Lines        2043     2046       +3     
  Branches      348      349       +1     
==========================================
  Hits         1966     1966              
- Misses         37       40       +3     
  Partials       40       40              
Flag Coverage Δ
unittests 96.08% <0.00%> (-0.15%) ⬇️

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.

@frostming frostming merged commit f477123 into master Feb 19, 2025
@frostming frostming deleted the fix/recursion-error branch February 19, 2025 05:27
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.

RecursionError when rendering inlineHTML to markdown with GFM extension

1 participant