From 0f321b631ca9a0c9e1e10e8275016ce0348f8c3c Mon Sep 17 00:00:00 2001 From: Giteabot Date: Sat, 5 Aug 2023 23:42:45 +0800 Subject: [PATCH] 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 --- usage/agit-support.en-us.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usage/agit-support.en-us.md b/usage/agit-support.en-us.md index 25523efe..b1643d27 100644 --- a/usage/agit-support.en-us.md +++ b/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