Combine Text and Markdown in single Group #3804
Unanswered
marc-at-brightnight
asked this question in
General
Replies: 1 comment 1 reply
-
That code works fine, once I fixed the missing brace. Perhaps you have an old version of Rich. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to be able to render Markdown and Text in the same group, in order to have it in the same panel:
This yields the error:
TypeError: Only str or Text can be appended to Text
Is there a workaround for this? I imagine there is a technical reason why
Markdown
is not compatible withText
so just curious why they weren't made to jive.Beta Was this translation helpful? Give feedback.
All reactions