From 8d834d579b25493cd2f01da6488451f9843fdb7f Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 8 Aug 2023 11:51:00 +0100 Subject: [PATCH] Fix bold formatting in "level" fields --- @commitlint/config-conventional/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/@commitlint/config-conventional/README.md b/@commitlint/config-conventional/README.md index 0ee15a977c..966679eff0 100644 --- a/@commitlint/config-conventional/README.md +++ b/@commitlint/config-conventional/README.md @@ -136,7 +136,7 @@ echo "fix: some message" # passes - **condition**: `footer` should have a leading blank line - **rule**: `always` -- level: `warning` +- **level**: `warning` ```sh echo "fix: some message @@ -151,7 +151,7 @@ BREAKING CHANGE: It will be significant" # passes - **condition**: `footer` each line has `value` or less characters - **rule**: `always` -- level: `error` +- **level**: `error` - **value** ``` @@ -174,7 +174,7 @@ but still no line is too long" # passes - **condition**: `body` should have a leading blank line - **rule**: `always` -- level: `warning` +- **level**: `warning` ```sh echo "fix: some message @@ -189,7 +189,7 @@ body" # passes - **condition**: `body` each line has `value` or less characters - **rule**: `always` -- level: `error` +- **level**: `error` - **value** ```