Textual - An Intro to Content Markup
Textual widgets contain content. The content is what you see within the widget’s borders. From a technical perspective, you can think of content as what is specified when you call Static.update() or what a call to render() returns in a custom widget.
You can specify content by using a string that contains special markup, use Content objects for more adva…


