markdown-exec 1.10.0__py3-none-any.whl → 1.10.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- markdown_exec/pyodide.css +6 -1
- {markdown_exec-1.10.0.dist-info → markdown_exec-1.10.1.dist-info}/METADATA +3 -3
- {markdown_exec-1.10.0.dist-info → markdown_exec-1.10.1.dist-info}/RECORD +6 -6
- {markdown_exec-1.10.0.dist-info → markdown_exec-1.10.1.dist-info}/WHEEL +0 -0
- {markdown_exec-1.10.0.dist-info → markdown_exec-1.10.1.dist-info}/entry_points.txt +0 -0
- {markdown_exec-1.10.0.dist-info → markdown_exec-1.10.1.dist-info}/licenses/LICENSE +0 -0
markdown_exec/pyodide.css
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: markdown-exec
|
3
|
-
Version: 1.10.
|
3
|
+
Version: 1.10.1
|
4
4
|
Summary: Utilities to execute code blocks in Markdown files.
|
5
5
|
Keywords: markdown,python,exec,shell,bash,mkdocs
|
6
6
|
Author-Email: =?utf-8?q?Timoth=C3=A9e_Mazzucotelli?= <dev@pawamoy.fr>
|
@@ -31,7 +31,7 @@ Project-URL: Funding, https://github.com/sponsors/pawamoy
|
|
31
31
|
Requires-Python: >=3.9
|
32
32
|
Requires-Dist: pymdown-extensions>=9
|
33
33
|
Provides-Extra: ansi
|
34
|
-
Requires-Dist: pygments-ansi-color; extra == "ansi"
|
34
|
+
Requires-Dist: pygments-ansi-color>=0.3; extra == "ansi"
|
35
35
|
Description-Content-Type: text/markdown
|
36
36
|
|
37
37
|
# Markdown Exec
|
@@ -49,7 +49,7 @@ and this HTML is injected in place of the code block.
|
|
49
49
|
## Installation
|
50
50
|
|
51
51
|
```bash
|
52
|
-
pip install markdown-exec[ansi]
|
52
|
+
pip install "markdown-exec[ansi]"
|
53
53
|
```
|
54
54
|
|
55
55
|
The `ansi` extra provides the necessary bits (`pygments-ansi-color` and a CSS file)
|
@@ -1,7 +1,7 @@
|
|
1
|
-
markdown_exec-1.10.
|
2
|
-
markdown_exec-1.10.
|
3
|
-
markdown_exec-1.10.
|
4
|
-
markdown_exec-1.10.
|
1
|
+
markdown_exec-1.10.1.dist-info/METADATA,sha256=yDCifhFAab-n1BJXKMhlgGKzO9rIVJf8adp2T-_n5XE,4934
|
2
|
+
markdown_exec-1.10.1.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
3
|
+
markdown_exec-1.10.1.dist-info/entry_points.txt,sha256=ZRi29BtVWZN8GHI2Cc-lN2vEvHrmg9Q-mnY_7ZIlf_c,115
|
4
|
+
markdown_exec-1.10.1.dist-info/licenses/LICENSE,sha256=eZQBcJKqlN0QepmOi0u09hlqKMPFdzWjY6NUWYeJGZs,754
|
5
5
|
markdown_exec/__init__.py,sha256=imnxEGJ4SCay2aeK-IMv5lnSwi7NurpPaoETXJZRsIk,4675
|
6
6
|
markdown_exec/ansi.css,sha256=6PTJxTSsExVgPbMySCuKjih0gr-fdfx2aZ9--u7zWf0,8090
|
7
7
|
markdown_exec/debug.py,sha256=dy0bTd9mTTyTaWuUGNkH0UUdMp2ZThsmGh5q9wt9O0c,2840
|
@@ -20,7 +20,7 @@ markdown_exec/logger.py,sha256=V8b_D19B0NkZuLr6cBQJnQgHAlz6NyqeENqHKWvTk5M,2422
|
|
20
20
|
markdown_exec/mkdocs_plugin.py,sha256=3Gz-9I-6uclzOzUjRs0SN0FmEbQ4L_Pbf-9lT1AMQss,5323
|
21
21
|
markdown_exec/processors.py,sha256=sE7ZWz_NisdcOdzQStqzPgvz7qnPkzNy4mqHLy6bugM,4411
|
22
22
|
markdown_exec/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
23
|
-
markdown_exec/pyodide.css,sha256=
|
23
|
+
markdown_exec/pyodide.css,sha256=lan5A3qEGA4ABTrXPOWJX8kezQp7naH305NKVTSObhM,954
|
24
24
|
markdown_exec/pyodide.js,sha256=6iL-9xA4b9UeZgsxVYq_BiCE-Bwu58NfYwYCzz9C9j0,3845
|
25
25
|
markdown_exec/rendering.py,sha256=1Az4xcmEN6TSIoD4liYzpfNhZlnOCwUcH05gFWQd11Y,9468
|
26
|
-
markdown_exec-1.10.
|
26
|
+
markdown_exec-1.10.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|