Hey everyone, here's an extension I made for Python-Markdown (<a href="https://github.com/Python-Markdown/markdown">https://github.com/Python-Markdown/markdown</a>). It builds on top of PyMDown Extensions' SuperFences (<a href="https://facelessuser.github.io/pymdown-extensions/extensions/superfences/" rel="nofollow">https://facelessuser.github.io/pymdown-extensions/extensions...</a>), and allows Markdown writers to execute their Markdown code blocks to render the execution output in place of / in addition to the code blocks.<p>Languages supported: python/pycon; sh/bash/console; md (literate programming!)<p>Special fences: tree, to easily render file trees; pyodide, to render an interactive Ace.js editor that runs Python code thanks to Pyodide<p>Adding examples to the gallery is quite fun :) Don't hesitate to create an issue if you'd like me to add examples for another tool or Python library!