Skip to content

Don't wrap punctuation after LaTeX #1279

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

Closed
wants to merge 3 commits into from
Closed

Conversation

axlewin
Copy link
Contributor

@axlewin axlewin commented Jan 24, 2025

If punctuation follows a latex expression, consider the punctuation as part of the expression to avoid it being wrapped on to the next line.

This doesn't address the root cause of why this bug appeared, but it works as a quick fix.

axlewin and others added 3 commits January 24, 2025 16:14
If punctuation follows a latex expression, consider the punctuation as part of the expression to avoid it being wrapped on to the next line.

This doesn't address the root cause of why this bug appeared, but it works as a quick fix.
[VRT] Update baselines for bug/latex-wrapping
@axlewin axlewin marked this pull request as draft January 24, 2025 16:27
Copy link

codecov bot commented Jan 24, 2025

Codecov Report

Attention: Patch coverage is 60.00000% with 2 lines in your changes missing coverage. Please review.

Project coverage is 36.53%. Comparing base (4089610) to head (059a05b).

Files with missing lines Patch % Lines
...c/app/components/elements/markup/latexRendering.ts 60.00% 2 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##           master    #1279    +/-   ##
========================================
  Coverage   36.53%   36.53%            
========================================
  Files         456      456            
  Lines       19831    19835     +4     
  Branches     6515     5845   -670     
========================================
+ Hits         7245     7247     +2     
- Misses      11934    12550   +616     
+ Partials      652       38   -614     

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

@axlewin axlewin closed this Jan 27, 2025
@axlewin axlewin deleted the bug/latex-wrapping branch January 27, 2025 16:25
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