* pull changes from docs-playground * cleanup, add callout banner * cleanup linting and test fixes * add discussion link Co-authored-by: James M. Greene <JamesMGreene@github.com>
2 lines
88 B
TypeScript
2 lines
88 B
TypeScript
export const getAnchorLink = (title: string) => title.toLowerCase().replace(/\s/g, '-')
|