yet more stupid tweaking
This commit is contained in:
		
							parent
							
								
									5ff2cf7fbe
								
							
						
					
					
						commit
						61e4f499c7
					
				@ -138,8 +138,10 @@ def parse_segments(text, sanitize_linequotes=True):
 | 
			
		||||
                pg += "[linequote: %s]" % inner.strip()
 | 
			
		||||
 | 
			
		||||
            else:
 | 
			
		||||
                sep = "\n" if line[0] in punctuation else " "
 | 
			
		||||
                pg += apply_directives(line.rstrip()) + sep
 | 
			
		||||
                compiled = apply_directives(line.rstrip())
 | 
			
		||||
                split_p = line[0] in punctuation
 | 
			
		||||
                sep = "\n" if split_p else " "
 | 
			
		||||
                pg += (sep + compiled) if split_p else (compiled + sep)
 | 
			
		||||
 | 
			
		||||
        result.append(pg.rstrip())
 | 
			
		||||
    return result
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user