fix example backticks
This commit is contained in:
parent
555af08cdb
commit
add020ded5
@ -17,12 +17,17 @@ docs/
|
||||
### add some docs
|
||||
2. with mydocs containing
|
||||
|
||||
|
||||
````@docs
|
||||
func(x)
|
||||
````
|
||||
(but with three `)
|
||||
|
||||
```@docs
|
||||
func
|
||||
```
|
||||
```@autodocs
|
||||
```
|
||||
```@example MyScope
|
||||
x = [1,2,3]
|
||||
nothing #hide
|
||||
```
|
||||
````
|
||||
|
||||
and
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user