mirror of
https://gitea.com/gitea/awesome-gitea.git
synced 2026-07-20 15:10:15 +00:00
This PR reorganizes the awesome list in README.md by maintenance status: Active projects, Unmaintained, and Archived. It also updates the table of contents and moves previously symbol-tagged entries into their matching sections for better readability. Finally, .markdownlint.yaml disables MD024 to allow repeated subsection headings across those status groups. --------- Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-on: https://gitea.com/gitea/awesome-gitea/pulls/180 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Nicolas <bircni@icloud.com> Co-committed-by: Nicolas <bircni@icloud.com>
19 lines
600 B
YAML
19 lines
600 B
YAML
commands-show-output: false
|
|
fenced-code-language: false
|
|
first-line-h1: false
|
|
header-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
|
|
# Parallel Active / Unmaintained / Archived blocks reuse subsection titles (e.g. "Applications").
|
|
MD024: false
|
|
no-emphasis-as-header: 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 |