All checks were successful
Build MkDocs / build-and-deploy (push) Successful in 13s
18 lines
382 B
CSS
18 lines
382 B
CSS
.md-source__facts {
|
|
display: none;
|
|
}
|
|
|
|
.md-footer {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
/* Достаточно добавить { .code-wrap } к блоку кода, чтобы включить автоперенос строк.
|
|
Пример:
|
|
```sh { .code-wrap }
|
|
*very long line of code here*
|
|
```
|
|
*/
|
|
.code-wrap code {
|
|
white-space: pre-wrap;
|
|
word-break: break-word;
|
|
} |