Skip to content

Commit 1a56818

Browse files
committed
docs fix
1 parent 667dcea commit 1a56818

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
# [6.1.0] - 2025-08-01
8+
## [6.1.0] - 2025-08-01
99

1010
### Added
1111

1212
- Added `Button.flat` boolean to enable flat button style https://github.com/Textualize/textual/pull/6094
1313
- Added `namespaces` parameter to `run_action` https://github.com/Textualize/textual/pull/6094
1414
- Added "block" border style https://github.com/Textualize/textual/pull/6094
1515

16-
# [6.0.0] - 2025-08-31
16+
## [6.0.0] - 2025-08-31
1717

1818
### Fixed
1919

@@ -45,7 +45,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4545
- Breaking change: Renamed `Label` constructor argument `renderable` to `content` for consistency https://github.com/Textualize/textual/pull/6045
4646
- Breaking change: Optimization to line API to avoid applying background styles to widget content. In practice this means that you can no longer rely on blank Segments automatically getting the background color.
4747

48-
# [5.3.0] - 2025-08-07
48+
## [5.3.0] - 2025-08-07
4949

5050
### Added
5151

docs/widget_gallery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A simple button with a variety of semantic styles.
2121

2222
[Button reference](./widgets/button.md){ .md-button .md-button--primary }
2323

24-
```{.textual path="docs/examples/widgets/button.py"}
24+
```{.textual path="docs/examples/widgets/button.py" columns="100" lines="24"}
2525
```
2626

2727

0 commit comments

Comments
 (0)