Skip to content

Commit

Permalink
fix: fix anchor slug links
Browse files Browse the repository at this point in the history
  • Loading branch information
jrson83 committed Jul 15, 2024
1 parent b596922 commit 882d7b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/unified/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ export { default as rehypeExternalLinks } from 'npm:[email protected]'
export { default as rehypeMinifyWhitespace } from 'npm:[email protected]'
export { default as rehypePrismDiff } from 'npm:[email protected]'
export { default as rehypePrismPlus } from 'npm:[email protected]'
export { default as rehypeSlugAnchorSectionize } from 'npm:[email protected]'

export { slug } from 'npm:[email protected]'
export { toString } from 'npm:[email protected]'
export { findAfter } from 'npm:[email protected]'
export { CONTINUE, EXIT, SKIP, visit } from 'npm:[email protected]'

export { default as rehypeSlugAnchorSectionize } from '#plugins/_deprecated/rehype-slug/mod.ts'
export { default as rehypeCopyCode } from '#plugins/unified/rehype/rehypeCopyCode.ts'
export { default as rehypeImgSize } from 'npm:[email protected]'
export type { Test } from 'npm:[email protected]'
2 changes: 2 additions & 0 deletions src/_includes/scss/layouts/_blog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,8 @@ ol.series-list {


.heading-section {
position: relative;

&__heading {
position: relative;

Expand Down

0 comments on commit 882d7b9

Please sign in to comment.