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 f95a61c commit 02658deCopy full SHA for 02658de
src/textual/_doc.py
@@ -19,7 +19,7 @@ def format_svg(source, language, css_class, options, md, attrs, **kwargs) -> str
19
path = cmd[0]
20
21
_press = attrs.get("press", None)
22
- press = [*_press.split(",")] if _press else ["_"]
+ press = [*_press.split(",")] if _press else []
23
title = attrs.get("title")
24
25
print(f"screenshotting {path!r}")
0 commit comments