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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # JupyterLab GitHub Markdown Alerts Extension
2
2
 
3
- [![Github Actions Status](/workflows/Build/badge.svg)](/actions/workflows/build.yml)
3
+ [![GitHub Actions](https://github.com/stellarshenson/jupyterlab_github_markdown_alerts_extension/actions/workflows/build.yml/badge.svg)](https://github.com/stellarshenson/jupyterlab_github_markdown_alerts_extension/actions/workflows/build.yml)
4
+ [![PyPI version](https://img.shields.io/pypi/v/jupyterlab-github-markdown-alerts-extension.svg)](https://pypi.org/project/jupyterlab-github-markdown-alerts-extension/)
5
+ [![Total PyPI downloads](https://static.pepy.tech/badge/jupyterlab-github-markdown-alerts-extension)](https://pepy.tech/project/jupyterlab-github-markdown-alerts-extension)
6
+ [![JupyterLab 4](https://img.shields.io/badge/JupyterLab-4-orange.svg)](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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jupyterlab_github_markdown_alerts_extension",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Jupyterlab extension to render alerts tips like they are rendered in github in markdown",
5
5
  "keywords": [
6
6
  "jupyter",