From 06148347895368ab2dfaaa6ceca85eb70fceb9ce Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Thu, 18 Jul 2024 23:54:05 +0530 Subject: [PATCH] Fix doc mention of `jupyterlite_sphinx_strip` tag --- docs/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 38ba2a7..37c251a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -68,9 +68,9 @@ and then by tagging the cells you want to strip with the tag `jupyterlite_sphinx of the cell, like this: ```json -{ +"metadata": { "tags": [ - "jupyterlite_sphinx_strip": "true" + "jupyterlite_sphinx_strip" ] } ``` @@ -89,7 +89,7 @@ in the JupyterLite console: "cell_type": "markdown", "metadata": { "tags": [ - "jupyterlite_sphinx_strip": "true" + "jupyterlite_sphinx_strip" ] }, "source": [