diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-08-05 20:48:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-05 12:48:46 +0000 |
commit | ecb04cc324eb25ffe5649963308307910e39c825 (patch) | |
tree | 2919c6fd62714c242d8d24cd547d83edb01bc7ea /docs/content | |
parent | 9ac6bb053cb2462770dc279b8a59ce944e8da8f6 (diff) | |
download | gitea-ecb04cc324eb25ffe5649963308307910e39c825.tar.gz gitea-ecb04cc324eb25ffe5649963308307910e39c825.zip |
Remove backslashed newlines on markdown (#26344)
Fix https://gitea.com/gitea/gitea-docusaurus/issues/56
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/usage/agit-support.en-us.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/usage/agit-support.en-us.md b/docs/content/usage/agit-support.en-us.md index 25523efe6a..b1643d27b3 100644 --- a/docs/content/usage/agit-support.en-us.md +++ b/docs/content/usage/agit-support.en-us.md @@ -21,8 +21,8 @@ In Gitea `1.13`, support for [agit](https://git-repo.info/en/2020/03/agit-flow-a ## Creating PRs with Agit -Agit allows to create PRs while pushing code to the remote repo. \ -This can be done by pushing to the branch followed by a specific refspec (a location identifier known to git). \ +Agit allows to create PRs while pushing code to the remote repo. +This can be done by pushing to the branch followed by a specific refspec (a location identifier known to git). The following example illustrates this: ```shell |