mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 13:28:25 +00:00 
			
		
		
		
	minor fix markdown post process
This commit is contained in:
		@@ -300,6 +300,7 @@ OUTER_LOOP:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
		case html.EndTagToken:
 | 
							case html.EndTagToken:
 | 
				
			||||||
			if len(startTags) == 0 {
 | 
								if len(startTags) == 0 {
 | 
				
			||||||
 | 
									buf.WriteString(token.String())
 | 
				
			||||||
				break
 | 
									break
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user