We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jupyterlite_sphinx_strip
1 parent 49af6b0 commit 0614834Copy full SHA for 0614834
docs/configuration.md
@@ -68,9 +68,9 @@ and then by tagging the cells you want to strip with the tag `jupyterlite_sphinx
68
of the cell, like this:
69
70
```json
71
-{
+"metadata": {
72
"tags": [
73
- "jupyterlite_sphinx_strip": "true"
+ "jupyterlite_sphinx_strip"
74
]
75
}
76
```
@@ -89,7 +89,7 @@ in the JupyterLite console:
89
"cell_type": "markdown",
90
"metadata": {
91
92
93
94
},
95
"source": [
0 commit comments