You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be awesome if code fences that use Documenter.jl's syntax could be highlighted properly. Eg.
```@examplex = 2 + 2```
or
```@repl 1
x = 2 + 2```
It looks like the code is here, and uses some form of regular expressions? I'd be happy to try a PR, but that looks like jibberish to me. Are there any useful resources on whatever that syntax is?
The text was updated successfully, but these errors were encountered:
It would be awesome if code fences that use Documenter.jl's syntax could be highlighted properly. Eg.
or
It looks like the code is here, and uses some form of regular expressions? I'd be happy to try a PR, but that looks like jibberish to me. Are there any useful resources on whatever that syntax is?
The text was updated successfully, but these errors were encountered: