Skip to content

Commit

Permalink
No quotes on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Apr 18, 2024
1 parent f396585 commit 2977664
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/notebooks-with-markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ For example, the following code defines a `remove-input` tag:

````
```{code-cell} python
:tags: "remove-input"
:tags: remove-input
print("This will show output with no input!")
```
````

and results in the following:

> ```{code-cell} python
> :tags: "remove-input"
> :tags: remove-input
> print("This will show output with no input!")
> ```
Expand All @@ -78,7 +78,7 @@ For **multiple tags** you have two ways to provide them:

````markdown
```{code-cell} python
:tags: "tag1, tag2,tag3"
:tags: tag1, tag2,tag3
# Note that whitespace is removed from tags!
print("howdy!")
```
Expand Down

0 comments on commit 2977664

Please sign in to comment.