added linebreaks to the linequoter
This commit is contained in:
		
							parent
							
								
									3372f46a41
								
							
						
					
					
						commit
						2632a822ae
					
				
							
								
								
									
										1
									
								
								clients/elisp/help.txt
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								clients/elisp/help.txt
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
			
		||||
aint nothin' yet
 | 
			
		||||
@ -24,5 +24,5 @@ def parse(text, doquotes=True):
 | 
			
		||||
    if doquotes:
 | 
			
		||||
        text = QUOTES.sub(r'<span post="\1" class="quote">\g<0></span>', text)
 | 
			
		||||
    return markdown(
 | 
			
		||||
        LINEQUOTES.sub(r'<span class="linequote">\1</span>', text)
 | 
			
		||||
        LINEQUOTES.sub(r'<span class="linequote">\1</span><br>', text)
 | 
			
		||||
    )
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user