Open storopoli opened 1 year ago
jldoctests expect an empty line, e.g.:
jldoctest
""" fun() = "hello" \`\`\`jldoctest julia> fun() "hello" \`\`\` """ hello() = "hello"
However, upon formatting with format_docstrings = true, JuliaFormatter removes the empty line:
format_docstrings = true
This causes the jldoctest to fail.
i'm guessing it's a CommonMark.jl issue but i'll verify.
jldoctest
s expect an empty line, e.g.:However, upon formatting with
format_docstrings = true
, JuliaFormatter removes the empty line:This causes the
jldoctest
to fail.