fix example backticks

This commit is contained in:
behinger (s-ccs 001) 2023-10-11 08:09:39 +00:00
parent 555af08cdb
commit add020ded5

View File

@ -17,12 +17,17 @@ docs/
### add some docs ### add some docs
2. with mydocs containing 2. with mydocs containing
````@docs
func(x)
```` ````
(but with three `) ```@docs
func
```
```@autodocs
```
```@example MyScope
x = [1,2,3]
nothing #hide
```
````
and and