Skip to content

Commit

Permalink
attempt at fixing #1040
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Aug 4, 2023
1 parent 1a2c66d commit 18ea408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eval/codeblock.jl
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ function resolve_code_block(
r = eval(Meta.parse("@doc $code"))
push!(repl_code_chunks,
code => replace(Markdown.html(r),
"<a href=\"@ref\">" => "",
r"\<a href=\"@ref(.*?)\"\>" => "",
"</code></a>" => "</code>",
"language-jldoctest" => "language-julia-repl"
)
Expand Down

0 comments on commit 18ea408

Please sign in to comment.