CARVIEW |
Select Language
HTTP/2 200
date: Wed, 23 Jul 2025 13:17:43 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"9029686395211926bccee0fe37f8cd51"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=Mf6m%2FZ%2FDCIdz%2FTqnw5WHKpIPsrDYBUXg3yZfpfWgTfGFVDxQZlclwxcvMmUtmcXHS82VEy5apKsYpSqyPESl7UJn3pBEl%2FDcOMvwtRkuedPS6t7ykroGEKdrlonGQCCG49iJftQqhvS7lez9S0qUBdSBFGsZ6oz8uUaJoDVr7wZQWWNB8f9ZMj6iHBqWrIEQzXkgHkDI3B19vNN1Unr1jQ%2Bqe0Z8uQAqdfTRpBYEXwaH3Mb%2FxAj4utn%2FI4DhH9Ra%2B6EgQ1CLSc9MQUci1lZ7eA%3D%3D--V%2BTdCUqXCi2OpaMK--fF6m7vkAwMQ5lN7KPdpFjA%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.580722989.1753276663; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 13:17:43 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 23 Jul 2026 13:17:43 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: 8DA8:271430:C2EA6A:E773F6:6880E0F7
Tags Β· jambonrose/markdown_subscript_extension Β· GitHub
Toggle v2.1.1's commit message
Toggle v2.1.0's commit message
Toggle v2.0.0's commit message
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1
Tags: jambonrose/markdown_subscript_extension
Tags
v2.1.1
π Release v2.1.1 (#53) Markdown's behavior pre-v3 was to automatically append mdx_ to strings that acted as references to third-party extensions. Starting in Markdown v3, this behavior has been removed. In v2.1.0 of this package, we therefore lost the ability to refer to subscript (forcing developers to switch to mdx_subscript) if referring to the extension by string (but only in Markdown v3). This release re-enables behavior seen on older versions of Markdown. * π Add PyPI links to docs, sources, and issues * β¨ Enable short module name via entrypoint * π·ββοΈ Install pytest-travis-fold on Travis * π Simplify introduction docs * βοΈ Update tox and sphinx-rtd-theme * tox from 3.5.1 to 3.5.2 * sphinx-rtd-theme from 0.4.1 to 0.4.2 * π Add spacing to History * π Improve Makefile clean target * π Update links to PyPI * π Fix docstring spacing for consistency * π Update CLI markdown command in usage * π Update Sphinx conf * π Bump version from 2.1.0 to 2.1.1 * π Update History * π·ββοΈππ§ Test documentation build in CI
v2.1.0
π Update package; Support for Python-Markdown 3.0 (#52) On top of supporting Python-Markdown v3, this is a long-overdue re-haul of some of the package infrastructure. Notably, nose and unittest tests are switched out for PyTest. Additionally, linting is better enforced, and pre-commit, black, and isort are used to autoformatting. * β¨ Update gitignore using Github's standard * β¨ Add .ignore file for silver_searcher * β PyTest Pre-commit flake8 iSort; organize deps * π§ Flake8, iSort, Pre-commit, Black * π Clean up setup.py; remove run_reqs * π Override setup check command for accuracy * π·ββοΈ Switch tests to PyTest; expand Tox test envs * π§ Fix errors in MANIFEST.in * π·ββοΈ Configure Travis for new versions * π Fix bumpversion match * ππ§ Configure Read the Docs * π Fix linting and format superscript module * ππ§ Enable spellchecking of docs in Tox * π Rework documentation
v2.0.0
Version 2: Python & Markdown compatibility changes (#5) Core functionality remains the same. Python and Python Markdown versions are changed. Repository infrastructure changed. - Add test/support for Python-Markdown 2.6 - Drop Support For: - Python 2.6 (EOL 2013) - Python 3.2 (EOL 2016) - Python-Markdown 2.4 (Superceded in 2014) - Fix Issue #2 - Setup.py errors; Description.rst missing - Replace coveralls with codecov - Add repository information such as AUTHORS and HISTORY - Update Makefile dist and release for PyPI changes
You canβt perform that action at this time.