-
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
Nested frames have longer horizontal lines that match their parent #45
Comments
c-cube
added a commit
that referenced
this issue
Sep 12, 2024
also fix #45 by adjusting the expected size for non stretched frames.
Should be fixed in #46 . I also added a |
Thanks for the super fast fix! |
c-cube
added a commit
to c-cube/opam-repository
that referenced
this issue
Oct 2, 2024
CHANGES: - Remove fallback to and dependency on `printbox-html` from `printbox-md` (@lukstafi) - introduce notion of extensions (@lukstafi) - add `printbox-ext-plot` extension for text and HTML plots (@lukstafi) - feat: add `?stretch` param to `frame` - fix c-cube/printbox#45, problem with nested frames
c-cube
added a commit
to c-cube/opam-repository
that referenced
this issue
Oct 4, 2024
CHANGES: - Remove fallback to and dependency on `printbox-html` from `printbox-md` (@lukstafi) - introduce notion of extensions (@lukstafi) - add `printbox-ext-plot` extension for text and HTML plots (@lukstafi) - feat: add `?stretch` param to `frame` - fix c-cube/printbox#45, problem with nested frames
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nested frames have longer horizontal lines that match their parent:
This breaks alignment as shown above.
This even causes an assertion failure:
when the right aligned text intersects with the frame which "(logically) contains" it
The text was updated successfully, but these errors were encountered: