aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/administration
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2024-02-17 14:18:05 +0100
committerGitHub <noreply@github.com>2024-02-17 13:18:05 +0000
commitb96fbb567c67b2e1580396cd5326003a0a8da799 (patch)
treecc4843d3faf3f9127e7efde94fa17963b3c727b7 /docs/content/administration
parent27192bc321161a4e648547bd7b071065a7b18326 (diff)
downloadgitea-b96fbb567c67b2e1580396cd5326003a0a8da799.tar.gz
gitea-b96fbb567c67b2e1580396cd5326003a0a8da799.zip
Enable markdownlint `no-trailing-punctuation` and `no-blanks-blockquote` (#29214)
Enable these two and fix issues.
Diffstat (limited to 'docs/content/administration')
-rw-r--r--docs/content/administration/customizing-gitea.en-us.md2
-rw-r--r--docs/content/administration/mail-templates.en-us.md4
-rw-r--r--docs/content/administration/mail-templates.zh-cn.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/administration/customizing-gitea.en-us.md b/docs/content/administration/customizing-gitea.en-us.md
index d122fb4bfa..7efddb2824 100644
--- a/docs/content/administration/customizing-gitea.en-us.md
+++ b/docs/content/administration/customizing-gitea.en-us.md
@@ -284,7 +284,7 @@ syntax and shouldn't be touched without fully understanding these components.
Google Analytics, Matomo (previously Piwik), and other analytics services can be added to Gitea. To add the tracking code, refer to the `Other additions to the page` section of this document, and add the JavaScript to the `$GITEA_CUSTOM/templates/custom/header.tmpl` file.
-## Customizing gitignores, labels, licenses, locales, and readmes.
+## Customizing gitignores, labels, licenses, locales, and readmes
Place custom files in corresponding sub-folder under `custom/options`.
diff --git a/docs/content/administration/mail-templates.en-us.md b/docs/content/administration/mail-templates.en-us.md
index 32b352da4b..05c41a6a02 100644
--- a/docs/content/administration/mail-templates.en-us.md
+++ b/docs/content/administration/mail-templates.en-us.md
@@ -222,7 +222,7 @@ Please check [Gitea's logs](administration/logging-config.md) for error messages
<a href="{{.Link}}">{{.Repo}}#{{.Issue.Index}}</a>.
</p>
{{if not (eq .Body "")}}
- <h3>Message content:</h3>
+ <h3>Message content</h3>
<hr>
{{.Body | Str2html}}
{{end}}
@@ -245,7 +245,7 @@ This template produces something along these lines:
> [@rhonda](#) (Rhonda Myers) updated [mike/stuff#38](#).
>
-> #### Message content:
+> #### Message content
>
> \_********************************\_********************************
>
diff --git a/docs/content/administration/mail-templates.zh-cn.md b/docs/content/administration/mail-templates.zh-cn.md
index 588f0b2ccb..4846f6f398 100644
--- a/docs/content/administration/mail-templates.zh-cn.md
+++ b/docs/content/administration/mail-templates.zh-cn.md
@@ -228,7 +228,7 @@ _主题_ 和 _邮件正文_ 由 [Golang的模板引擎](https://go.dev/pkg/text/
> [@rhonda](#)(Rhonda Myers)更新了 [mike/stuff#38](#)。
>
-> #### 消息内容:
+> #### 消息内容
>
> \_********************************\_********************************
>