mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 05:18:25 +00:00 
			
		
		
		
	Remove backslashed newlines on markdown (#26344)
Fix https://gitea.com/gitea/gitea-docusaurus/issues/56
This commit is contained in:
		@@ -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
 | 
					## Creating PRs with Agit
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Agit allows to create PRs while pushing code to the remote repo. \
 | 
					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). \
 | 
					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:
 | 
					The following example illustrates this:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```shell
 | 
					```shell
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user