drop inline-code-format rule introduced in 60207be

This commit is contained in:
gilex-dev 2023-10-24 22:40:18 +02:00
parent aecc0c7935
commit 9de9af8e99
1 changed files with 3 additions and 4 deletions

View File

@ -85,11 +85,10 @@ Do **not** change the formatting of license texts (e.g.
#### Markdown (.md) #### Markdown (.md)
- We add a single `h1` element per document (as a title of the document). - 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 don't use citation blocks `>` for emphasis.
- We end sentences with a full stop `.` . - 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 add new lines around codeblocks ` ``` ` .
- We indent using spaces (2 spaces wide). - We indent using spaces (2 spaces wide).
- We add a table of content (toc) in gitea's style where necessary: - We add a table of content (toc) in gitea's style where necessary: