Replies: 1 comment 3 replies
-
Rich can display Markdown in the terminal. I don't understand your other requirements. Rich works with Python, not Dart. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I want to build a cli app and want to render markdown on terminal. I am using Dart language to build the cli app. I want to create an API which will process markdown texts using rich library and return the formatted text which I can directly print on the terminal. Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions