From 9de9af8e99b9608c1f44d5e129b8e38fd6802c08 Mon Sep 17 00:00:00 2001 From: gilex-dev Date: Tue, 24 Oct 2023 22:40:18 +0200 Subject: [PATCH] drop inline-code-format rule introduced in 60207be --- CONTRIBUTIN.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTIN.md b/CONTRIBUTIN.md index 7418d07..6487bc3 100644 --- a/CONTRIBUTIN.md +++ b/CONTRIBUTIN.md @@ -85,11 +85,10 @@ Do **not** change the formatting of license texts (e.g. #### Markdown (.md) - We add a single `h1` element per document (as a title of the document). -- We use asterisks `*` for **bold** and _italic_, not underscores `_` . +- We use asterisks `*` for **bold** and _italic_, not underscores `_`. - We don't use citation blocks `>` for emphasis. -- We end sentences with a full stop `.` . -- We leave one space around backticks `` ` `` when used as inline code. -- We add new lines around codeblocks ` ``` ` . +- We end sentences with a full stop `.`. +- We add new lines around codeblocks ` ``` `. - We indent using spaces (2 spaces wide). - We add a table of content (toc) in gitea's style where necessary: