Skip to content

Commit 1eff109

Browse files
lunnyGiteaBot
authored andcommitted
Remove backslashed newlines on markdown (go-gitea#26344)
Fix https://gitea.com/gitea/gitea-docusaurus/issues/56
1 parent 8a97cdd commit 1eff109

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
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)