From 91fe34465c53f00cae4db84e28befa86404da121 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Wed, 15 Feb 2023 11:25:57 +0000 Subject: [PATCH] Wording --- docs/blog/posts/release0-11-0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/posts/release0-11-0.md b/docs/blog/posts/release0-11-0.md index c85b19c14..420af7ecb 100644 --- a/docs/blog/posts/release0-11-0.md +++ b/docs/blog/posts/release0-11-0.md @@ -28,7 +28,7 @@ There are actually 2 new widgets: [Markdown](./../../widgets/markdown.md) for a Textual has had support for Markdown since day one by embedding a Rich [Markdown](https://rich.readthedocs.io/en/latest/markdown.html) object -- which still gives decent results! This new widget adds dynamic controls such as scrollable code fences and tables, in addition to working links. -In future releases we plan on adding more Markdown extensions, and the ability to easily embed custom widgets within the document. I'm sure there are plenty of interesting applications that could be powered by dynamically generating Markdown documents. +In future releases we plan on adding more Markdown extensions, and the ability to easily embed custom widgets within the document. I'm sure there are plenty of interesting applications that could be powered by dynamically generated Markdown documents. ## DataTable improvements