Options
All
  • Public
  • Public/Protected
  • All
Menu

Module Links

Index

Variables

Const INVALID_LINKS_HEADER_STRING

INVALID_LINKS_HEADER_STRING: "[PagesPlugin]: Found invalid page link tag(s). They will not render as links in the generated documentation:" = `[PagesPlugin]: Found invalid page link tag(s). They will not render as links in the generated documentation:`

Const PAGE_LINK_REGEX

PAGE_LINK_REGEX: RegExp = /(?:\[(.+?)\])?\{@(page|pagelink)\s+((?:.|\n)+?)\}/gi

Regex object used to find @page and @pagelink tags in the parsed Markdown

Generated using TypeDoc