We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70486dd commit a0405eeCopy full SHA for a0405ee
CHANGELOG.md
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
10
### Fixed
11
12
-- Fixed escape tags in Content markup
+- Fixed escape tags in Content markup https://github.com/Textualize/textual/pull/5536
13
14
## 2.0.0 - 2025-02-16
15
tests/test_content.py
@@ -219,6 +219,7 @@ def test_assemble():
219
220
221
def test_escape():
222
+ """Test that escaping the first square bracket."""
223
content = Content.from_markup("\\[bold]Not really bold")
224
assert content.plain == "[bold]Not really bold"
225
assert content.spans == []
0 commit comments