Skip to content

Commit 0b97463

Browse files
GiteaBotlunny
andauthored
Remove backslashed newlines on markdown (#26344) (#26348)
Backport #26344 by @lunny Fix https://gitea.com/gitea/gitea-docusaurus/issues/56 Co-authored-by: Lunny Xiao <[email protected]>
1 parent fa431b3 commit 0b97463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/usage/agit-support.en-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ In Gitea `1.13`, support for [agit](https://git-repo.info/en/2020/03/agit-flow-a
2121

2222
## Creating PRs with Agit
2323

24-
Agit allows to create PRs while pushing code to the remote repo. \
25-
This can be done by pushing to the branch followed by a specific refspec (a location identifier known to git). \
24+
Agit allows to create PRs while pushing code to the remote repo.
25+
This can be done by pushing to the branch followed by a specific refspec (a location identifier known to git).
2626
The following example illustrates this:
2727

2828
```shell

0 commit comments

Comments
 (0)