Fidel Ramos
Fidel Ramos
I'm using the [Table of Contents (toc)](https://python-markdown.github.io/extensions/toc/) markdown extension and need to add some basic styling as it's currently completely unstyled. ## Example document ```markdown Title: Table of Content test...
PR #225 added styles for figures, but only for ``. I'm using [markdown-captions](https://github.com/evidlo/markdown_captions) markdown extension to generate figures, and it uses semantic `` and `` elements. It would make sense...
I have added django-slow-tests to a Django 3.1-based project. `--slowreport` works fine, but `--slowreportpath` is failing with this stacktrace: ``` $ ./manage.py test --slowreport --slowreportpath=report.json Creating test database for alias...
I would like for Shynet to have a configuration option that will make it drop fragments (i.e. everything after `#...`) from URLs. This way URLs that are really the same...
[Palantir's python-language-server](https://github.com/palantir/python-language-server) is now unmaintained. [python-lsp-server](https://github.com/python-lsp/python-lsp-server) is a community-maintained fork. Fixes #51.
My system has both an integrated and a dedicated GPU (an AMD Radeon 7900XTX). I see ollama ignores the integrated card, detects the 7900XTX but then it goes ahead and...
### Before posting Please follow the steps below and check the boxes with [x] once you did the step. - [x] I checked the issue tracker for similar issues -...
- etree import has been deprecated since Markdown 3.2 https://python-markdown.github.io/change_log/release-3.2/#markdownutiletree-deprecated - md_globals not passed anymore in extendMarkdown - Registry.add deprecated and replaced with Registry.register Tries to fix #1373, but there...
Markdown 3.2 [deprecated markdown.util.etree](https://python-markdown.github.io/change_log/release-3.2/#markdownutiletree-deprecated), which `md_inline_extension` currently uses. Markdown 3.4 [removed the deprecated etree symbol](https://python-markdown.github.io/change_log/release-3.4/#previously-deprecated-objects-have-been-removed), which causes `md_inline_extension` plugin to fail to load with this error message: ``` Markdown is...
It would be great to have either a screenshot or even better a GIF screencast in the README to visually see how this package works.