mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove underscore pauses from (hopefully) all snapshots
This seeks to remove the "_" from the key presses of snapshots and inline runs in the documentation. The "_" no longer does anything, but got legacy reasons at the moment we can't actually allow "_" to be an input to a "faked" keypress in the docs and snapshots. Removing these clears the way to letting "_" have the same status as any other character. See #1994.
This commit is contained in:
@@ -136,7 +136,7 @@ Let's use markup links in the hello example so that the greeting becomes a link
|
||||
|
||||
=== "Output"
|
||||
|
||||
```{.textual path="docs/examples/guide/widgets/hello05.py" press="_"}
|
||||
```{.textual path="docs/examples/guide/widgets/hello05.py"}
|
||||
```
|
||||
|
||||
If you run this example you will see that the greeting has been underlined, which indicates it is clickable. If you click on the greeting it will run the `next_word` action which updates the next word.
|
||||
|
||||
Reference in New Issue
Block a user