LuxDL / DocumenterVitepress.jl

Documentation with Documenter.jl and VitePress
https://luxdl.github.io/DocumenterVitepress.jl/
MIT License
64 stars 9 forks source link

doctest fails #47

Closed lazarusA closed 3 months ago

lazarusA commented 4 months ago

maybe related to the latest change to julia -> /Julia> change. The following generates a nested julia /Julia> md file.

```jldoctest dataframe
julia> using DataFrames
julia> DataFrame()
0×0 DataFrame
asinghvi17 commented 4 months ago

I want it to do that - /julia>/ was supposed to highlight the julia> block but it doesn't seem to be working :(

asinghvi17 commented 4 months ago

The actual doctest shouldn't be failing, though?

lazarusA commented 4 months ago

Mmm... they failed for DataFrames. I will take another look.

asinghvi17 commented 4 months ago

Huh, if you could post what happened that would be good