Skip to content
Snippets Groups Projects
Unverified Commit 5cac6452 authored by David Lukes's avatar David Lukes Committed by GitHub
Browse files

:wrench: MAINTAIN: Fix example tag syntax (#1039)

parent a47ff972
No related branches found
No related tags found
No related merge requests found
...@@ -146,7 +146,7 @@ cell like so: ...@@ -146,7 +146,7 @@ cell like so:
````md ````md
```{code-cell} ```{code-cell}
:tags: tag1, tag2, tag3 :tags: [tag1, tag2, tag3]
your-code your-code
``` ```
```` ````
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment