Skip to content

Commit f929a02

Browse files
authored
Hide anchor links in markdown body (#1729)
1 parent 532df7e commit f929a02

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

scripts/build-docs.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,10 @@ body,
432432
}
433433
}
434434
435+
.markdown-body .anchor {
436+
display: none;
437+
}
438+
435439
.markdown-body a:not(.anchor) {
436440
text-decoration: underline;
437441
text-underline-offset: 0.08em;

0 commit comments

Comments
 (0)