jupyterlab_github_markdown_alerts_extension 1.0.4 → 1.0.6
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 +7 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
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://www.npmjs.com/package/jupyterlab_github_markdown_alerts_extension)
|
|
5
|
+
[](https://pypi.org/project/jupyterlab-github-markdown-alerts-extension/)
|
|
6
|
+
[](https://pepy.tech/project/jupyterlab-github-markdown-alerts-extension)
|
|
7
|
+
[](https://jupyterlab.readthedocs.io/en/stable/)
|
|
4
8
|
|
|
5
9
|
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
10
|
|
|
7
11
|
This extension brings GitHub's alert syntax to JupyterLab, allowing you to create styled callout blocks using simple markdown notation. Alerts automatically adapt to light and dark themes, matching GitHub's visual design.
|
|
8
12
|
|
|
13
|
+

|
|
14
|
+
|
|
9
15
|
**Key Features**:
|
|
10
16
|
- Five alert types - NOTE, TIP, IMPORTANT, WARNING, CAUTION
|
|
11
17
|
- Automatic theme adaptation - colors adjust for light and dark modes
|
package/package.json
CHANGED