text icon indicating copy to clipboard operation
text copied to clipboard

fix: Do not escape possible other editors syntax when serializing

Open juliusknorr opened this issue 7 months ago • 1 comments

This is a first attempt to resolve https://github.com/nextcloud/text/issues/4795 and https://github.com/nextcloud/text/issues/6864

Mostly just a hacky fix for now, i need to think a bit more about in which cases we may want to skip the escape and in which not

  • [ ] Check for side effects with cases like https://github.com/nextcloud/text/issues/931
  • [ ] See how we want to handle \[ and \\[ in the markdown source

juliusknorr avatar Jun 13 '25 10:06 juliusknorr

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 59.08%. Comparing base (7bec591) to head (7ef7b00). Report is 14 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7300      +/-   ##
==========================================
+ Coverage   58.89%   59.08%   +0.18%     
==========================================
  Files         289      482     +193     
  Lines       36816    37109     +293     
  Branches      853     1063     +210     
==========================================
+ Hits        21682    21924     +242     
- Misses      15032    15083      +51     
  Partials      102      102              

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Jun 13 '25 11:06 codecov[bot]