jupyterlab_github_markdown_alerts_extension 1.0.4 → 1.0.5
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.
- package/README.md +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# JupyterLab GitHub Markdown Alerts Extension
|
|
2
2
|
|
|
3
|
-
[](https://github.com/stellarshenson/jupyterlab_github_markdown_alerts_extension/actions/workflows/build.yml)
|
|
4
|
+
[](https://pypi.org/project/jupyterlab-github-markdown-alerts-extension/)
|
|
5
|
+
[](https://pepy.tech/project/jupyterlab-github-markdown-alerts-extension)
|
|
6
|
+
[](https://jupyterlab.readthedocs.io/en/stable/)
|
|
4
7
|
|
|
5
8
|
A JupyterLab 4 extension that renders GitHub-style alert blocks in Markdown cells, providing visual emphasis for notes, tips, warnings, and other important information.
|
|
6
9
|
|
package/package.json
CHANGED