Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
Textual, a Python terminal UI toolkit, has a new 4.0 release whose primary focus is streaming formatted Markdown to the terminal: The highlight of this release is the new Markdown.append method ...
#1: Initial revision
[Textual], a Python terminal UI toolkit, has [a new 4.0 release][release] whose primary focus is streaming formatted Markdown to the terminal: > The highlight of this release is the new `Markdown.append` method which can be used to efficiently stream markdown content (like you might get from an LLM). This appears to be *rendered* Markdown, not just the inline styles of my previous answer. [textual]: https://textual.textualize.io/ [release]: https://github.com/Textualize/textual/releases/tag/v4.0.0
