-
Notifications
You must be signed in to change notification settings - Fork 269
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
Images flowing within TextColumns #973
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #973 +/- ##
==========================================
+ Coverage 93.70% 93.79% +0.08%
==========================================
Files 28 28
Lines 8276 8391 +115
Branches 1514 1544 +30
==========================================
+ Hits 7755 7870 +115
+ Misses 324 323 -1
- Partials 197 198 +1
☔ View full report in Codecov by Sentry. |
Really good job on this! 👍👍 After that PR, we will be very close to using |
Co-authored-by: Lucas Cimon <[email protected]>
Co-authored-by: Lucas Cimon <[email protected]>
Checklist:
meaning that both
pylint
(static code analyzer) andblack
(code formatter) are happy with the changes of this PR.docs/
folderCHANGELOG.md
This makes it possible to convert table cells to text region as the next step.
It might be worth considering if a FORM_FEED character in the text should trigger a page break in the traditional multi-line text methods.
By submitting this pull request, I confirm that my contribution is made under the terms of the GNU LGPL 3.0 license.