A mirror of my website's source code.

By using this site, you agree to have cookies stored on your device, strictly for functional purposes, such as storing your session and preferences.

Dismiss

Added new-line at the end of Renderers.py

steve0greatness,
created on Monday, 26 February 2024, 02:14:27 (1708913667), received on Monday, 6 May 2024, 02:55:38 (1714964138)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>

928aa0af7cfc97fcaf7b5c8d5b36b8c293aee8a4

Renderers.py

@@ -12,3 +12,4 @@ __MDRenderer__ = MDEnv(extras=["header-ids", "metadata", "markdown-in-html", "co

                                
                                
                                
                            
                                
                                    
                                        
                                            
                                            def RenderMarkdown(MDSource: str):
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                """Renders Markdown, but pre-configured."""
                                        
                                        
                                            
                                            
                                            
                                            
                                        
                                    
                                
                                
                                
                            
                                
                                    
                                        
                                            
                                                return __MDRenderer__.convert(MDSource)