How to compile special characters in function name, like δ, by Documenter.jl?

I use unicode extensively in my packages, and never run into any special trouble just because of unicode. This looks like you’re just not exporting ∇normedVoltage, so you have to write this in the docs:

```@docs
DoubleRFs.∇normedVoltage
```
2 Likes