-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -224,6 +224,8 @@ ol.series-list { | |
|
||
|
||
.heading-section { | ||
position: relative; | ||
|
||
&__heading { | ||
position: relative; | ||
|
||
|