UNPKG

@codedoc/core

Version:

Create beautiful modern documentation websites.

10 lines 355 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.headingLink = void 0; function headingLink(heading$) { if (heading$.getAttribute('id')) { return window.location.toString().split('#')[0] + '#' + heading$.getAttribute('id'); } } exports.headingLink = headingLink; //# sourceMappingURL=heading-link.js.map