Fix/convert enrichment - #1537
Open
dpvc wants to merge 1 commit into
Open
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #1537 +/- ##
==========================================
Coverage 86.93% 86.93%
==========================================
Files 388 388
Lines 87571 87573 +2
Branches 3290 4967 +1677
==========================================
+ Hits 76129 76131 +2
Misses 11442 11442 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
dpvc
force-pushed
the
fix/convert-enrichment
branch
from
August 5, 2026 12:23
2baf52d to
6fd363c
Compare
Member
Author
|
I removed the commit for the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes some comment typos, and makes sure that the SRE options are in place if a conversion action is taken before the page is typeset. E.g., if
MathJax.tex2chtml()ordoc.convert()is called from a command-line application that just converts math strings without processing a page as a whole.