From 5ef05389eb744cff9a7f43847893569df7ae3f2a Mon Sep 17 00:00:00 2001 From: Angus Date: Wed, 25 Dec 2024 19:21:36 -0600 Subject: [PATCH] docs: fixes escaping of backticks in CONTRIBUTING.md fixes #283 --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5035fcb..9213c1a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -438,7 +438,7 @@ minutes to familiarize yourself with them. A conventional commit message should have the following format: -`` +```plaintext [optional scope]: [optional body] @@ -505,4 +505,3 @@ docs: update README ## Attribution This guide is based on the [contributing.md](https://contributing.md/generator)! -```