From a4365b2e5f36f735136758b1c7256ad84b2f46bd Mon Sep 17 00:00:00 2001 From: ilyamak04 Date: Mon, 27 Jan 2025 17:24:48 +0300 Subject: [PATCH] fix --- docs/{index.md => README.md} | 2 +- docs/stylesheets/extra.css | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) rename docs/{index.md => README.md} (79%) create mode 100644 docs/stylesheets/extra.css diff --git a/docs/index.md b/docs/README.md similarity index 79% rename from docs/index.md rename to docs/README.md index 325bd5e..bd03231 100644 --- a/docs/index.md +++ b/docs/README.md @@ -1,3 +1,3 @@ # DevOps База знаний -## Здесь я буду хранить свои заметки и интрукции +## Здесь я буду хранить свои заметки и инструкции diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css new file mode 100644 index 0000000..edbfad3 --- /dev/null +++ b/docs/stylesheets/extra.css @@ -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; +} \ No newline at end of file