This commit is contained in:
parent
5293b41348
commit
a4365b2e5f
@ -1,3 +1,3 @@
|
||||
# DevOps База знаний
|
||||
|
||||
## Здесь я буду хранить свои заметки и интрукции
|
||||
## Здесь я буду хранить свои заметки и инструкции
|
18
docs/stylesheets/extra.css
Normal file
18
docs/stylesheets/extra.css
Normal file
@ -0,0 +1,18 @@
|
||||
.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;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user