mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 11:28:24 +00:00 
			
		
		
		
	Enable markdownlint no-trailing-punctuation and no-blanks-blockquote (#29214)
				
					
				
			Enable these two and fix issues.
This commit is contained in:
		| @@ -34,7 +34,7 @@ The source files can be found in the following directories: | ||||
|  | ||||
| We recommend [Google HTML/CSS Style Guide](https://google.github.io/styleguide/htmlcssguide.html) and [Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html) | ||||
|  | ||||
| ### Gitea specific guidelines: | ||||
| ### Gitea specific guidelines | ||||
|  | ||||
| 1. Every feature (Fomantic-UI/jQuery module) should be put in separate files/directories. | ||||
| 2. HTML ids and classes should use kebab-case, it's preferred to contain 2-3 feature related keywords. | ||||
|   | ||||
| @@ -34,7 +34,7 @@ HTML 页面由[Go HTML Template](https://pkg.go.dev/html/template)渲染。 | ||||
|  | ||||
| 我们推荐使用[Google HTML/CSS Style Guide](https://google.github.io/styleguide/htmlcssguide.html)和[Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html)。 | ||||
|  | ||||
| ## Gitea 特定准则: | ||||
| ## Gitea 特定准则 | ||||
|  | ||||
| 1. 每个功能(Fomantic-UI/jQuery 模块)应放在单独的文件/目录中。 | ||||
| 2. HTML 的 id 和 class 应使用 kebab-case,最好包含2-3个与功能相关的关键词。 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user