Skip to content

Commit

Permalink
remove anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Sep 17, 2024
1 parent db10d04 commit fb2e3ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/writer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -321,9 +321,8 @@ function render(io::IO, mime::MIME"text/plain", node::Documenter.MarkdownAST.Nod
<summary>
::marker
<p class='custom-block-title'><a id='$(anchor_id)' href='#$(anchor_id)'>#</a> <b><u>$(docs.object.binding)</u></b> &mdash; <i>$(Documenter.doccat(docs.object))</i>
</summary>
</summary>\n\n
""")
println(io, anchor, header, "\n\n")
# Body. May contain several concatenated docstrings.
renderdoc(io, mime, node, page, doc; kwargs...)
return println(io, "</details>\n<br>")
Expand Down

0 comments on commit fb2e3ee

Please sign in to comment.