Skip to content

Commit

Permalink
docs: add the code to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Sep 20, 2024
1 parent 259825b commit 8b39396
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion docs/src/code_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,12 @@ Supported meta tags:
- `CollapsedDocStrings`: works similar to Documenter.jl. If provided, the docstrings in
that page will be collapsed by default. Defaults to `false`. See the
[Internal API](@ref internal_api) page for how the docstrings are displayed when this
is set to `true`.
is set to `true`. Example usage:
**Input**
````
```@meta
CollapsedDocStrings = true
```
````

0 comments on commit 8b39396

Please sign in to comment.