Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

Allow links to contain inlines

by roundabout, Wednesday, 3 April 2024, 16:21:48 (1712161308), pushed by roundabout, Wednesday, 31 July 2024, 06:54:44 (1722408884)

Author identity: vlad <vlad.muntoiu@gmail.com>

8538561a03ae6d66b56902abfeabe5a605269fa6

markdown.py

@@ -232,7 +232,7 @@ class Diff(Container):

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            class Link(Element):
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                def __init__(self, content, destination, image=False):
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                    super().__init__()
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                self.content = content
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                                self.content = parse_line(content)
                                        
                                        
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                    self.destination = destination
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                    self.image = image