From e10928bb4af24b65cb7c50de0419a8f9e8158909 Mon Sep 17 00:00:00 2001 From: Hofer-Julian <30049909+Hofer-Julian@users.noreply.github.com> Date: Wed, 23 Mar 2022 12:01:41 +0100 Subject: [PATCH] docs: Fix entry for container config (#3783) It was missing backticks --- docs/config/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/config/README.md b/docs/config/README.md index 911284b1..4012c44f 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -727,12 +727,12 @@ The `container` module displays a symbol and container name, if inside a contain ### Options -| Option | Default | Description | -| ---------- | -------------------------------- | ----------------------------------------- | -| `symbol` | `"⬢"` | The symbol shown, when inside a container | -| `style` | `"bold red dimmed"` | The style for the module. | -| `format` | "[$symbol \\[$name\\]]($style) " | The format for the module. | -| `disabled` | `false` | Disables the `container` module. | +| Option | Default | Description | +| ---------- | ---------------------------------- | ----------------------------------------- | +| `symbol` | `"⬢"` | The symbol shown, when inside a container | +| `style` | `"bold red dimmed"` | The style for the module. | +| `format` | `"[$symbol \\[$name\\]]($style) "` | The format for the module. | +| `disabled` | `false` | Disables the `container` module. | ### Variables