From 5ea98acf23a9a9de377a41cb32a86f5a0240668a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= <3125580+davorpa@users.noreply.github.com> Date: Mon, 18 Apr 2022 17:51:23 +0100 Subject: [PATCH] fix: Solve markdownlint MD004/ul-style rule (#6828) Unordered list style [Expected: plus; Actual: dash] --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1be73eb59..bd9651370 100644 --- a/README.md +++ b/README.md @@ -192,11 +192,11 @@ Write, compile and run your code within a browser. Try it out! Volunteers have translated many of our Contributing, How-to, and Code of Conduct documents into languages covered by our lists. -- English - - [Code of Conduct](docs/CODE_OF_CONDUCT.md) - - [Contributing](docs/CONTRIBUTING.md) - - [How-to](docs/HOWTO.md) -- ... *[More languages](docs/README.md#translations)* ... ++ English + + [Code of Conduct](docs/CODE_OF_CONDUCT.md) + + [Contributing](docs/CONTRIBUTING.md) + + [How-to](docs/HOWTO.md) ++ ... *[More languages](docs/README.md#translations)* ... You might notice that there are [some missing translations here](docs/README.md#translations) - perhaps you would like to help out by [contributing a translation](docs/CONTRIBUTING.md#help-out-by-contributing-a-translation)?