property HeadingAnchorsOptions.anchorPosition

Position of the anchor link relative to heading

  • "inside": Wrap heading text in anchor link
  • "outside": Place anchor link after heading text

Type

"inside" | "outside"

Usage

import { type HeadingAnchorsOptions } from ".";