diff options
author | techknowlogick <techknowlogick@gitea.io> | 2023-03-14 00:10:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-14 12:10:01 +0800 |
commit | 0efa9d564941e6539df98ed4ddd906a05c1fa7e7 (patch) | |
tree | 37c439b985415baeaa9f1792e2efe503ce1baa55 /templates | |
parent | e82f1b15c7120ad13fd3b67cf7e2c6cb9915c22d (diff) | |
download | gitea-0efa9d564941e6539df98ed4ddd906a05c1fa7e7.tar.gz gitea-0efa9d564941e6539df98ed4ddd906a05c1fa7e7.zip |
fix markdown lint issue (#23457)
CI is failing with the following:
```
docs/content/doc/features/localization.zh-cn.md:16 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "# 本地化"]
docs/content/doc/features/localization.zh-cn.md:23 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## 支持的语言"]
```
This fixes that error
Diffstat (limited to 'templates')
0 files changed, 0 insertions, 0 deletions