Skip to content

Commit

Permalink
Add unicode filter to unit-using doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
abhro committed Jun 13, 2024
1 parent 0c102fd commit 380fab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ comoving_volume

### Examples

```jldoctest
```jldoctest; filter = "³" => "^3"
julia> c = cosmology(OmegaM=0.26)
Cosmology.FlatLCDM{Float64}(0.69, 0.7399122024007928, 0.26, 8.77975992071536e-5)
Expand Down

0 comments on commit 380fab1

Please sign in to comment.