Awesome extension, but I found a minor issue in the renderer for python (maybe others, but didn't test). When using Markdown Here for python rendering, it is changing double blank lines before function definitions to just a single blank ...... if I type this: ```python import os def main(): print('test')...main() function definition: import os def main (): print ( 'test'...