@quarto/jupyterlab-quarto 0.1.28 → 0.1.30

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -1,4 +1,13 @@
1
- # jupyterlab-quarto
1
+ # JupyterLab Quarto Extension
2
+
3
+ [Quarto](https://www.quarto.org) is an open source project that combines Jupyter notebooks with flexible options to use a single source document to produce high-quality articles, reports, presentations, websites, and books in HTML, PDF, MS Word, ePub, and more. Quarto supports a wide variety of useful new features useful in technical documents, including support for LaTeX equations, citations, cross-references, figure panels, callouts, advanced page layout, and more.
4
+
5
+ The JupyterLab Quarto extension allows JupyterLab to render notebooks which include Quarto markdown content.
6
+
7
+  
8
+ <p align="center">
9
+ <img src="https://user-images.githubusercontent.com/261654/229227775-9b1cb1d7-36a6-4ad0-926a-bf8d3293d858.png" width="60%">
10
+ </p>
2
11
 
3
12
  ## Requirements
4
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@quarto/jupyterlab-quarto",
3
- "version": "0.1.28",
3
+ "version": "0.1.30",
4
4
  "description": "Jupyter extension to enable authoring of Quarto documents within Jupyterlab Notebooks.",
5
5
  "keywords": [
6
6
  "jupyter",
package/style/base.css CHANGED
@@ -191,10 +191,6 @@
191
191
  margin-top: 0.2em;
192
192
  }
193
193
 
194
- .callout:not(.callout-titled) .callout-body {
195
- display: flex;
196
- }
197
-
198
194
  .callout:not(.no-icon).callout-titled.callout-style-simple .callout-content {
199
195
  padding-left: 1.6em;
200
196
  }