Skip to content

Commit 9720f90

Browse files
cez81lunny
authored andcommitted
Docs: Fix broken markdown with unescaped character (#3470)
1 parent be825aa commit 9720f90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/doc/advanced/config-cheat-sheet.en-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ typically be found at `/etc/gitea/conf/app.ini`.
2424

2525
The defaults provided here are best-effort (not built automatically). They are
2626
accurately recorded in [app.ini.sample](https://github.com/go-gitea/gitea/blob/master/custom/conf/app.ini.sample)
27-
(s/master/<tag|release\>). Any string in the format `%(X)s` is a feature powered
27+
(s/master/\<tag|release\>). Any string in the format `%(X)s` is a feature powered
2828
by [ini](https://github.com/go-ini/ini/#recursive-values), for reading values recursively.
2929

3030
Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
@@ -118,7 +118,7 @@ Values containing `#` or `;` must be quoted using `` ` `` or `"""`.
118118
- `HOST`: **127.0.0.1:3306**: Database host address and port.
119119
- `NAME`: **gitea**: Database name.
120120
- `USER`: **root**: Database username.
121-
- `PASSWD`: **\<empty\>**: Database user password. Use \`your password\` for quoting if you use special characters in the password.
121+
- `PASSWD`: **\<empty\>**: Database user password. Use \`your password\` for quoting if you use special characters in the password.
122122
- `SSL_MODE`: **disable**: For PostgreSQL only.
123123
- `PATH`: **data/gitea.db**: For SQLite3 only, the database file path.
124124

0 commit comments

Comments
 (0)