1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 10:48:37 +00:00

Enable markdownlint no-trailing-punctuation and no-blanks-blockquote (#29214)

Enable these two and fix issues.
This commit is contained in:
silverwind
2024-02-17 14:18:05 +01:00
committed by GitHub
parent 27192bc321
commit b96fbb567c
7 changed files with 7 additions and 9 deletions

View File

@@ -5,13 +5,11 @@ heading-increment: false
line-length: {code_blocks: false, tables: false, stern: true, line_length: -1}
no-alt-text: false
no-bare-urls: false
no-blanks-blockquote: false
no-emphasis-as-heading: false
no-empty-links: false
no-hard-tabs: {code_blocks: false}
no-inline-html: false
no-space-in-code: false
no-space-in-emphasis: false
no-trailing-punctuation: false
no-trailing-spaces: {br_spaces: 0}
single-h1: false