mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-19 07:04:21 +01:00
docs: text-based CLI examples (#790)
This commit is contained in:
@@ -225,3 +225,10 @@ html {
|
||||
.pill-button p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* Enable word-wrap for code blocks */
|
||||
.theme-code-block pre {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user