-
Notifications
You must be signed in to change notification settings - Fork 10
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
feat: better handling for content block #23
base: master
Are you sure you want to change the base?
Conversation
332caa9
to
eec5479
Compare
eec5479
to
7922337
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #23 +/- ##
==========================================
- Coverage 85.56% 85.39% -0.18%
==========================================
Files 6 7 +1
Lines 977 993 +16
==========================================
+ Hits 836 848 +12
- Misses 141 145 +4 ☔ View full report in Codecov by Sentry. |
c1f0faf
to
2a7d9d4
Compare
2a7d9d4
to
0228fc0
Compare
idea: when processing content blocks, split contents to prefix/postfix spaces and lines. If a content block has prefix & postfix spaces, we can decide whether to use
. Otherwise we should keep it untouched |
1717603
to
85caeb0
Compare
Will this patch turn [
word] into [
word
] |
maybe. but this is wrong. because this adds an extra space at the end of word. ideally we should distinguish between "inline block" and "multiline block" |
801930f
to
6c8f3e5
Compare
No description provided.