From 5174c9a067736cfd840c127021580c12d7cfe46d Mon Sep 17 00:00:00 2001 From: Thomas O'Donnell Date: Mon, 25 Apr 2022 18:35:09 +0200 Subject: [PATCH] doc: Fix spacing for translations (#3920) Have added so additional spaces around the vuepress markers, `:::`, to ensure that the don't get included in the line above and below and cause formatting errors in the translated versions of the documentation. --- docs/README.md | 5 +++++ docs/config/README.md | 1 + 2 files changed, 6 insertions(+) diff --git a/docs/README.md b/docs/README.md index c9788ddc8..d2519d538 100644 --- a/docs/README.md +++ b/docs/README.md @@ -111,7 +111,9 @@ description: Starship is the minimal, blazing fast, and extremely customizable p #### Elvish ::: warning + Only elvish v0.18 or higher is supported. + ::: Add the following to the end of `~/.elvish/rc.elv`: @@ -135,9 +137,12 @@ description: Starship is the minimal, blazing fast, and extremely customizable p #### Nushell ::: warning + This will change in the future. Only Nushell v0.60+ is supported. + ::: + Run the following: ```sh mkdir ~/.cache/starship diff --git a/docs/config/README.md b/docs/config/README.md index d98d6939e..3b69f6e3a 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -1211,6 +1211,7 @@ The module will be shown only if any of the following conditions are met: - The `variable` configuration option is not defined, but the `default` configuration option is ::: tip + Multiple environmental variables can be displayed by using a `.`. (see example) If the `variable` configuration option is not set, the module will display value of variable under the name of text after the `.` character.