How to render "markdown style" quote #1423
dignifiedquire
started this conversation in
General
Replies: 1 comment 3 replies
-
Example from the playground of what I do not want to happen: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have some text using
ui.label(RichText(...))
that I am wrapping usigui.horizontal_wrapped
. Now I would like to prefix this with an ident and a vertical line, like this (just a random example from the internet).The issue I run into, is that using
ui.separator()
I only get a vertical line for single line, but not for multiple lines. Any pointers on how to do this?Beta Was this translation helpful? Give feedback.
All reactions