From 2c3b04612787eccb48e0351e4b9435c23330abe5 Mon Sep 17 00:00:00 2001 From: J-N-K Date: Sun, 7 May 2023 19:18:16 +0200 Subject: [PATCH] Fix markdown (#2076) Signed-off-by: Jan N. Klug --- concepts/units-of-measurement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/concepts/units-of-measurement.md b/concepts/units-of-measurement.md index 94df86da8..67cbaba45 100644 --- a/concepts/units-of-measurement.md +++ b/concepts/units-of-measurement.md @@ -69,7 +69,7 @@ In some cases the system default unit may not be the most useful unit for a give For measuring precipitation km/h would be a quite uncommon unit, while mm/h would be the expected unit. You can set the `unit` metadata to a different unit to change the item's unit: -``` +```shell Number:Speed "Rainfall" { unit="mm/h" } ```