Android-FileBrowser-FilePicker
Android-FileBrowser-FilePicker copied to clipboard
A FileBrowser / FileChooser / FolderChooser for Android that you can integrate to your app to browse/select files from internal/external storage
My scenario: I'm using PyMdown Extensions' snippets to insert a fenced code block containing a bash command. The same snippet has a `` block to pull data from another file...
Hi, thank you very much for providing this package. I am currentliy doing a license analysis of markdown and came across the GPL-2.0 license text in [tests/php](https://github.com/Python-Markdown/markdown/blob/fc74d69758ff288e26ff616c703b22ce5a02a68a/tests/php/License). How is the...
Yesterday (2024-10-07), Python 3.13 was released and 3.8 reached end-of-life. This adjusts Python-Markdown's meta-data and tests to match. However, I don't expect to immediately merge this. We can wait until...
Like many other Markdown processors, Python-Markdown does not sanitize its output, meaning that malicious code can be embedded within markdown documents. ```md # Some markdown document alert("Evil laughter") ``` If...
If `` has tags nested underneath it, the `` tag is surrounded by `` tags, breaking the HTML. ```py from markdown import markdown text = """# My Header Test Something...