summary refs log tree commit diff stats
path: root/nimdoc/test_out_index_dot_html/expected
diff options
context:
space:
mode:
authorAndrey Makarov <ph.makarov@gmail.com>2021-07-29 14:30:19 +0300
committerGitHub <noreply@github.com>2021-07-29 13:30:19 +0200
commitbbe05c15326c7a62d15c0fe47d1c6e1be3ab11a8 (patch)
treef4b845087c1e297aa1cae916e13a1187ccf647e2 /nimdoc/test_out_index_dot_html/expected
parent1bba641fed99bce61de2470c8bf73cd34480d907 (diff)
downloadNim-bbe05c15326c7a62d15c0fe47d1c6e1be3ab11a8.tar.gz
docgen: draw frame around active anchors (#18607)
Diffstat (limited to 'nimdoc/test_out_index_dot_html/expected')
-rw-r--r--nimdoc/test_out_index_dot_html/expected/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/nimdoc/test_out_index_dot_html/expected/index.html b/nimdoc/test_out_index_dot_html/expected/index.html
index fac758c9b..3499b5326 100644
--- a/nimdoc/test_out_index_dot_html/expected/index.html
+++ b/nimdoc/test_out_index_dot_html/expected/index.html
@@ -121,13 +121,14 @@ window.addEventListener('DOMContentLoaded', main);
   <div class="section" id="12">
 <h1><a class="toc-backref" href="#12">Procs</a></h1>
 <dl class="item">
-<a id="foo"></a>
+<div id="foo">
 <dt><pre><span class="Keyword">proc</span> <a href="#foo"><span class="Identifier">foo</span></a><span class="Other">(</span><span class="Other">)</span> {.<span><span class="Other pragmadots">...</span></span><span class="pragmawrap"><span class="Identifier">raises</span><span class="Other">:</span> <span class="Other">[</span><span class="Other">]</span><span class="Other">,</span> <span class="Identifier">tags</span><span class="Other">:</span> <span class="Other">[</span><span class="Other">]</span></span>.}</pre></dt>
 <dd>
 
 I do foo
 
 </dd>
+</div>
 
 </dl></div>