@flamingo-stack/openframe-frontend-core 0.0.489 → 0.0.490-1506.3944.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chat-protocol/decode.d.ts +58 -0
- package/dist/chat-protocol/decode.d.ts.map +1 -0
- package/dist/chat-protocol/encode.d.ts +44 -0
- package/dist/chat-protocol/encode.d.ts.map +1 -0
- package/dist/chat-protocol/env-flag.d.ts +35 -0
- package/dist/chat-protocol/env-flag.d.ts.map +1 -0
- package/dist/chat-protocol/events.d.ts +196 -0
- package/dist/chat-protocol/events.d.ts.map +1 -0
- package/dist/chat-protocol/frames.d.ts +213 -0
- package/dist/chat-protocol/frames.d.ts.map +1 -0
- package/dist/chat-protocol/index.cjs +494 -0
- package/dist/chat-protocol/index.cjs.map +1 -0
- package/dist/chat-protocol/index.d.ts +18 -0
- package/dist/chat-protocol/index.d.ts.map +1 -0
- package/dist/chat-protocol/index.js +478 -0
- package/dist/chat-protocol/index.js.map +1 -0
- package/dist/chat-protocol/ip-normalize.d.ts +44 -0
- package/dist/chat-protocol/ip-normalize.d.ts.map +1 -0
- package/dist/chat-protocol/nats-decoder.d.ts +26 -0
- package/dist/chat-protocol/nats-decoder.d.ts.map +1 -0
- package/dist/{chunk-K7MNWYYI.js → chunk-4NWARV5I.js} +2 -2
- package/dist/{chunk-2RNJYJWO.cjs → chunk-5CJR2GZ4.cjs} +31 -31
- package/dist/{chunk-2RNJYJWO.cjs.map → chunk-5CJR2GZ4.cjs.map} +1 -1
- package/dist/{chunk-H3YRJ3LZ.cjs → chunk-5EYRXSY5.cjs} +9 -9
- package/dist/{chunk-H3YRJ3LZ.cjs.map → chunk-5EYRXSY5.cjs.map} +1 -1
- package/dist/{chunk-IN4IO7BL.cjs → chunk-5LMGFI4J.cjs} +6930 -4755
- package/dist/chunk-5LMGFI4J.cjs.map +1 -0
- package/dist/{chunk-YMJZOANX.js → chunk-BE6DK7QY.js} +12228 -10053
- package/dist/chunk-BE6DK7QY.js.map +1 -0
- package/dist/{chunk-TWGYBXYV.js → chunk-CORIBKHG.js} +2 -2
- package/dist/{chunk-RO7Q56ZK.cjs → chunk-CSYSYJCF.cjs} +37 -37
- package/dist/{chunk-RO7Q56ZK.cjs.map → chunk-CSYSYJCF.cjs.map} +1 -1
- package/dist/{chunk-Z7Y63IFU.cjs → chunk-DSDZ5T4P.cjs} +5 -5
- package/dist/{chunk-Z7Y63IFU.cjs.map → chunk-DSDZ5T4P.cjs.map} +1 -1
- package/dist/{chunk-EU6QNO4S.js → chunk-GTWO5NAY.js} +2 -2
- package/dist/{chunk-BGWDDB7Y.js → chunk-HSACATCD.js} +2 -2
- package/dist/{chunk-3OIB763B.cjs → chunk-NWX7MMF5.cjs} +15 -15
- package/dist/{chunk-3OIB763B.cjs.map → chunk-NWX7MMF5.cjs.map} +1 -1
- package/dist/{chunk-J7H32E3R.cjs → chunk-P4WTZU6L.cjs} +11 -11
- package/dist/{chunk-J7H32E3R.cjs.map → chunk-P4WTZU6L.cjs.map} +1 -1
- package/dist/{chunk-VLOE7MI2.cjs → chunk-Q6E7VJ4W.cjs} +28 -27
- package/dist/chunk-Q6E7VJ4W.cjs.map +1 -0
- package/dist/{chunk-ZIAS5NNL.cjs → chunk-QSCHCZL3.cjs} +7 -7
- package/dist/{chunk-ZIAS5NNL.cjs.map → chunk-QSCHCZL3.cjs.map} +1 -1
- package/dist/{chunk-VL4LUO32.js → chunk-RQLBHKXN.js} +2 -2
- package/dist/{chunk-5YMY4BAW.cjs → chunk-S2NHJDKQ.cjs} +62 -62
- package/dist/{chunk-5YMY4BAW.cjs.map → chunk-S2NHJDKQ.cjs.map} +1 -1
- package/dist/{chunk-N4MTNTSX.js → chunk-T2EGSZFN.js} +6 -5
- package/dist/chunk-T2EGSZFN.js.map +1 -0
- package/dist/{chunk-W6ZUOWSB.js → chunk-TKN5667N.js} +10 -10
- package/dist/chunk-TKN5667N.js.map +1 -0
- package/dist/{chunk-B4YR342L.js → chunk-UUYRJPGJ.js} +4 -4
- package/dist/{chunk-FKPXFTZT.js → chunk-VHG6AX5V.js} +2 -2
- package/dist/{chunk-2IHN7NNB.cjs → chunk-VQ523ORK.cjs} +26 -26
- package/dist/{chunk-2IHN7NNB.cjs.map → chunk-VQ523ORK.cjs.map} +1 -1
- package/dist/{chunk-X2YF5TJS.js → chunk-XQ2B74SI.js} +2 -2
- package/dist/{chunk-LLEDO4P7.cjs → chunk-YHOIAA2E.cjs} +60 -60
- package/dist/chunk-YHOIAA2E.cjs.map +1 -0
- package/dist/{chunk-5VSEMWWE.js → chunk-YZ2OIYQ3.js} +4 -4
- package/dist/components/case-studies/index.cjs +8 -8
- package/dist/components/case-studies/index.js +2 -2
- package/dist/components/chat/chat-message-enhanced.d.ts.map +1 -1
- package/dist/components/chat/chat-message-list.d.ts.map +1 -1
- package/dist/components/chat/hooks/index.d.ts +0 -1
- package/dist/components/chat/hooks/index.d.ts.map +1 -1
- package/dist/components/chat/hooks/use-chat.d.ts.map +1 -1
- package/dist/components/chat/hooks/use-nats-chat-adapter.d.ts +15 -48
- package/dist/components/chat/hooks/use-nats-chat-adapter.d.ts.map +1 -1
- package/dist/components/chat/hooks/use-sse-chat-adapter.d.ts +10 -57
- package/dist/components/chat/hooks/use-sse-chat-adapter.d.ts.map +1 -1
- package/dist/components/chat/index.cjs +10 -2
- package/dist/components/chat/index.cjs.map +1 -1
- package/dist/components/chat/index.d.ts +1 -0
- package/dist/components/chat/index.d.ts.map +1 -1
- package/dist/components/chat/index.js +21 -13
- package/dist/components/chat/stream/chat-dialog-store.d.ts +184 -0
- package/dist/components/chat/stream/chat-dialog-store.d.ts.map +1 -0
- package/dist/components/chat/stream/chat-stream-reducer.d.ts +367 -0
- package/dist/components/chat/stream/chat-stream-reducer.d.ts.map +1 -0
- package/dist/components/chat/stream/delta-batcher.d.ts +51 -0
- package/dist/components/chat/stream/delta-batcher.d.ts.map +1 -0
- package/dist/components/chat/stream/index.d.ts +17 -0
- package/dist/components/chat/stream/index.d.ts.map +1 -0
- package/dist/components/chat/stream/message-mutations.d.ts +77 -0
- package/dist/components/chat/stream/message-mutations.d.ts.map +1 -0
- package/dist/components/chat/stream/use-chat-stream-reducer.d.ts +22 -0
- package/dist/components/chat/stream/use-chat-stream-reducer.d.ts.map +1 -0
- package/dist/components/chat/types/api.types.d.ts +1 -81
- package/dist/components/chat/types/api.types.d.ts.map +1 -1
- package/dist/components/chat/types/processing.types.d.ts +2 -90
- package/dist/components/chat/types/processing.types.d.ts.map +1 -1
- package/dist/components/chat/utils/extract-incomplete-message-state.d.ts +34 -6
- package/dist/components/chat/utils/extract-incomplete-message-state.d.ts.map +1 -1
- package/dist/components/chat/utils/index.d.ts +2 -3
- package/dist/components/chat/utils/index.d.ts.map +1 -1
- package/dist/components/chat/utils/process-historical-messages.d.ts +59 -11
- package/dist/components/chat/utils/process-historical-messages.d.ts.map +1 -1
- package/dist/components/contact/index.cjs +3 -3
- package/dist/components/contact/index.js +2 -2
- package/dist/components/docs/index.cjs +5 -5
- package/dist/components/docs/index.js +4 -4
- package/dist/components/embeds/index.cjs +3 -3
- package/dist/components/embeds/index.js +2 -2
- package/dist/components/faq/index.cjs +3 -3
- package/dist/components/faq/index.js +2 -2
- package/dist/components/features/index.cjs +2 -2
- package/dist/components/features/index.js +1 -1
- package/dist/components/help-center-pages/index.cjs +20 -20
- package/dist/components/help-center-pages/index.js +11 -11
- package/dist/components/index.cjs +172 -130
- package/dist/components/index.cjs.map +1 -1
- package/dist/components/index.js +63 -21
- package/dist/components/index.js.map +1 -1
- package/dist/components/navigation/index.cjs +2 -2
- package/dist/components/navigation/index.js +1 -1
- package/dist/components/onboarding-guides/index.cjs +5 -5
- package/dist/components/onboarding-guides/index.js +4 -4
- package/dist/components/onboarding-guides/onboarding-guide-detail-view.d.ts.map +1 -1
- package/dist/components/related-content/index.cjs +3 -3
- package/dist/components/related-content/index.js +2 -2
- package/dist/components/shared/product-release/release-detail-page.d.ts.map +1 -1
- package/dist/components/tickets/index.cjs +5 -5
- package/dist/components/tickets/index.js +4 -4
- package/dist/components/ui/index.cjs +44 -2
- package/dist/components/ui/index.cjs.map +1 -1
- package/dist/components/ui/index.d.ts +1 -2
- package/dist/components/ui/index.d.ts.map +1 -1
- package/dist/components/ui/index.js +55 -13
- package/dist/components/ui/markdown/base-components.d.ts +51 -0
- package/dist/components/ui/markdown/base-components.d.ts.map +1 -0
- package/dist/components/ui/markdown/engine.d.ts +99 -0
- package/dist/components/ui/markdown/engine.d.ts.map +1 -0
- package/dist/components/ui/markdown/heading-ids.d.ts +65 -0
- package/dist/components/ui/markdown/heading-ids.d.ts.map +1 -0
- package/dist/components/ui/markdown/index.d.ts +18 -0
- package/dist/components/ui/markdown/index.d.ts.map +1 -0
- package/dist/components/ui/markdown/mermaid-diagram.d.ts +79 -0
- package/dist/components/ui/markdown/mermaid-diagram.d.ts.map +1 -0
- package/dist/components/ui/markdown/rich/embed-overrides.d.ts +14 -0
- package/dist/components/ui/markdown/rich/embed-overrides.d.ts.map +1 -0
- package/dist/components/ui/markdown/rich/rich-markdown-renderer.d.ts +40 -0
- package/dist/components/ui/markdown/rich/rich-markdown-renderer.d.ts.map +1 -0
- package/dist/components/ui/markdown/rich/shortcodes.d.ts +8 -0
- package/dist/components/ui/markdown/rich/shortcodes.d.ts.map +1 -0
- package/dist/components/ui/markdown/sanitize.d.ts +153 -0
- package/dist/components/ui/markdown/sanitize.d.ts.map +1 -0
- package/dist/components/ui/markdown/simple-markdown-renderer.d.ts +23 -0
- package/dist/components/ui/markdown/simple-markdown-renderer.d.ts.map +1 -0
- package/dist/components/ui/markdown/streaming.d.ts +78 -0
- package/dist/components/ui/markdown/streaming.d.ts.map +1 -0
- package/dist/components/ui/markdown/text-size.d.ts +34 -0
- package/dist/components/ui/markdown/text-size.d.ts.map +1 -0
- package/dist/index.cjs +60 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +71 -13
- package/dist/utils/index.cjs +169 -40
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.ts +1 -0
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +162 -41
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/markdown-fences.d.ts +42 -0
- package/dist/utils/markdown-fences.d.ts.map +1 -0
- package/dist/utils/markdown-heading-id.d.ts +85 -0
- package/dist/utils/markdown-heading-id.d.ts.map +1 -0
- package/dist/utils/markdown-section-extractor.d.ts.map +1 -1
- package/package.json +7 -1
- package/src/chat-protocol/__tests__/__snapshots__/nats-decoder-golden.test.ts.snap +307 -0
- package/src/chat-protocol/__tests__/chat-protocol.test.ts +516 -0
- package/src/chat-protocol/__tests__/env-flag.test.ts +52 -0
- package/src/chat-protocol/__tests__/ip-normalize.test.ts +136 -0
- package/src/chat-protocol/__tests__/nats-decoder-golden.test.ts +228 -0
- package/src/chat-protocol/decode.ts +278 -0
- package/src/chat-protocol/encode.ts +71 -0
- package/src/chat-protocol/env-flag.ts +39 -0
- package/src/chat-protocol/events.ts +232 -0
- package/src/chat-protocol/frames.ts +245 -0
- package/src/chat-protocol/index.ts +21 -0
- package/src/chat-protocol/ip-normalize.ts +146 -0
- package/src/chat-protocol/nats-decoder.ts +252 -0
- package/src/components/chat/__tests__/chat-message-list.test.tsx +293 -5
- package/src/components/chat/__tests__/chat-message-streaming-memo.test.tsx +207 -0
- package/src/components/chat/__tests__/chat-pending-turn.test.tsx +209 -0
- package/src/components/chat/chat-message-enhanced.tsx +111 -17
- package/src/components/chat/chat-message-list.tsx +358 -109
- package/src/components/chat/embeddable-chat.tsx +6 -0
- package/src/components/chat/hooks/.index.md +30 -33
- package/src/components/chat/hooks/.use-nats-chat-adapter.md +36 -55
- package/src/components/chat/hooks/__tests__/__snapshots__/conversation-id-persistence-golden.test.ts.snap +37 -0
- package/src/components/chat/hooks/__tests__/__snapshots__/sse-stream-golden.test.ts.snap +0 -0
- package/src/components/chat/hooks/__tests__/conversation-id-persistence-golden.test.ts +438 -0
- package/src/components/chat/hooks/__tests__/sse-stream-golden.test.ts +318 -0
- package/src/components/chat/hooks/index.ts +0 -1
- package/src/components/chat/hooks/use-chat.ts +8 -0
- package/src/components/chat/hooks/use-nats-chat-adapter.ts +243 -823
- package/src/components/chat/hooks/use-sse-chat-adapter.ts +380 -684
- package/src/components/chat/index.ts +5 -0
- package/src/components/chat/stream/__tests__/__snapshots__/chat-stream-reducer-golden.test.ts.snap +940 -0
- package/src/components/chat/stream/__tests__/chat-dialog-store.test.ts +756 -0
- package/src/components/chat/stream/__tests__/chat-stream-reducer-golden.test.ts +460 -0
- package/src/components/chat/stream/__tests__/chat-stream-reducer.test.ts +894 -0
- package/src/components/chat/stream/__tests__/delta-batcher.test.ts +255 -0
- package/src/components/chat/stream/__tests__/use-chat-stream-reducer.test.ts +98 -0
- package/src/components/chat/stream/chat-dialog-store.ts +536 -0
- package/src/components/chat/stream/chat-stream-reducer.ts +1796 -0
- package/src/components/chat/stream/delta-batcher.ts +159 -0
- package/src/components/chat/stream/index.ts +55 -0
- package/src/components/chat/stream/message-mutations.ts +338 -0
- package/src/components/chat/stream/use-chat-stream-reducer.ts +126 -0
- package/src/components/chat/thinking-display.tsx +1 -1
- package/src/components/chat/types/.api.types.md +39 -49
- package/src/components/chat/types/.processing.types.md +29 -58
- package/src/components/chat/types/api.types.ts +6 -73
- package/src/components/chat/types/processing.types.ts +11 -52
- package/src/components/chat/utils/.index.md +31 -40
- package/src/components/chat/utils/__tests__/__snapshots__/process-historical-messages-golden.test.ts.snap +420 -0
- package/src/components/chat/utils/__tests__/__snapshots__/segment-accumulator-golden.test.ts.snap +605 -0
- package/src/components/chat/utils/__tests__/process-historical-messages-golden.test.ts +317 -0
- package/src/components/chat/utils/__tests__/segment-accumulator-golden.test.ts +270 -0
- package/src/components/chat/utils/extract-incomplete-message-state.ts +63 -5
- package/src/components/chat/utils/index.ts +5 -8
- package/src/components/chat/utils/process-historical-messages.ts +352 -384
- package/src/components/onboarding-guides/onboarding-guide-detail-view.tsx +22 -4
- package/src/components/shared/legal-document/legal-document-page.tsx +1 -1
- package/src/components/shared/product-release/release-detail-page.tsx +19 -4
- package/src/components/ui/__tests__/__snapshots__/markdown-parity.test.tsx.snap +2420 -0
- package/src/components/ui/__tests__/markdown-parity.test.tsx +2528 -0
- package/src/components/ui/index.ts +1 -2
- package/src/components/ui/markdown/__tests__/mermaid-security.test.ts +115 -0
- package/src/components/ui/markdown/__tests__/mermaid-stale-render.test.tsx +95 -0
- package/src/components/ui/markdown/__tests__/sanitize-invariant.test.ts +309 -0
- package/src/components/ui/markdown/__tests__/streaming.test.tsx +388 -0
- package/src/components/ui/markdown/base-components.tsx +360 -0
- package/src/components/ui/markdown/engine.tsx +315 -0
- package/src/components/ui/markdown/heading-ids.ts +239 -0
- package/src/components/ui/markdown/index.ts +49 -0
- package/src/components/ui/markdown/mermaid-diagram.tsx +291 -0
- package/src/components/ui/markdown/rich/embed-overrides.tsx +199 -0
- package/src/components/ui/markdown/rich/rich-markdown-renderer.tsx +184 -0
- package/src/components/ui/markdown/rich/shortcodes.ts +170 -0
- package/src/components/ui/markdown/sanitize.ts +3499 -0
- package/src/components/ui/markdown/simple-markdown-renderer.tsx +28 -0
- package/src/components/ui/markdown/streaming.ts +362 -0
- package/src/components/ui/markdown/text-size.ts +106 -0
- package/src/components/ui/release-changelog-section.tsx +1 -1
- package/src/components/ui/ticket-info-section.tsx +1 -1
- package/src/utils/index.ts +1 -0
- package/src/utils/markdown-fences.ts +127 -0
- package/src/utils/markdown-heading-id.ts +348 -0
- package/src/utils/markdown-section-extractor.ts +41 -56
- package/dist/chunk-IN4IO7BL.cjs.map +0 -1
- package/dist/chunk-LLEDO4P7.cjs.map +0 -1
- package/dist/chunk-N4MTNTSX.js.map +0 -1
- package/dist/chunk-VLOE7MI2.cjs.map +0 -1
- package/dist/chunk-W6ZUOWSB.js.map +0 -1
- package/dist/chunk-YMJZOANX.js.map +0 -1
- package/dist/components/chat/hooks/use-realtime-chunk-processor.d.ts +0 -6
- package/dist/components/chat/hooks/use-realtime-chunk-processor.d.ts.map +0 -1
- package/dist/components/chat/utils/chunk-parser.d.ts +0 -25
- package/dist/components/chat/utils/chunk-parser.d.ts.map +0 -1
- package/dist/components/ui/rich-markdown-renderer.d.ts +0 -34
- package/dist/components/ui/rich-markdown-renderer.d.ts.map +0 -1
- package/dist/components/ui/simple-markdown-renderer.d.ts +0 -73
- package/dist/components/ui/simple-markdown-renderer.d.ts.map +0 -1
- package/src/components/chat/hooks/.use-realtime-chunk-processor.md +0 -77
- package/src/components/chat/hooks/use-realtime-chunk-processor.ts +0 -479
- package/src/components/chat/utils/.chunk-parser.md +0 -62
- package/src/components/chat/utils/chunk-parser.ts +0 -256
- package/src/components/ui/.simple-markdown-renderer.md +0 -52
- package/src/components/ui/rich-markdown-renderer.tsx +0 -1223
- package/src/components/ui/simple-markdown-renderer.tsx +0 -964
- /package/dist/{chunk-K7MNWYYI.js.map → chunk-4NWARV5I.js.map} +0 -0
- /package/dist/{chunk-TWGYBXYV.js.map → chunk-CORIBKHG.js.map} +0 -0
- /package/dist/{chunk-EU6QNO4S.js.map → chunk-GTWO5NAY.js.map} +0 -0
- /package/dist/{chunk-BGWDDB7Y.js.map → chunk-HSACATCD.js.map} +0 -0
- /package/dist/{chunk-VL4LUO32.js.map → chunk-RQLBHKXN.js.map} +0 -0
- /package/dist/{chunk-B4YR342L.js.map → chunk-UUYRJPGJ.js.map} +0 -0
- /package/dist/{chunk-FKPXFTZT.js.map → chunk-VHG6AX5V.js.map} +0 -0
- /package/dist/{chunk-X2YF5TJS.js.map → chunk-XQ2B74SI.js.map} +0 -0
- /package/dist/{chunk-5VSEMWWE.js.map → chunk-YZ2OIYQ3.js.map} +0 -0
|
@@ -0,0 +1,348 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Markdown heading-id slug SSOT (server-safe: no React, no DOM).
|
|
3
|
+
*
|
|
4
|
+
* This algorithm previously existed in THREE byte-identical copies:
|
|
5
|
+
* - `components/ui/simple-markdown-renderer.tsx` (generateHeadingId)
|
|
6
|
+
* - `components/ui/rich-markdown-renderer.tsx` (generateHeadingId)
|
|
7
|
+
* - `utils/markdown-section-extractor.ts` (extractSections)
|
|
8
|
+
*
|
|
9
|
+
* The extractor is the PRODUCER of `sectionIds` and the renderers are the
|
|
10
|
+
* CONSUMERS — if the two ever drift, deep-link anchors and scroll-spy
|
|
11
|
+
* targets silently diverge. All three now call these helpers; the parity
|
|
12
|
+
* test `components/ui/__tests__/markdown-parity.test.tsx` asserts
|
|
13
|
+
* extractor-vs-renderer ID agreement over the fixture corpus.
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
/** Emoji ranges stripped from heading text before slugification. */
|
|
17
|
+
export const HEADING_EMOJI_RE =
|
|
18
|
+
/[\u{1F300}-\u{1F9FF}]|[\u{2600}-\u{26FF}]|[\u{2700}-\u{27BF}]/gu
|
|
19
|
+
|
|
20
|
+
/** Remove emoji characters and trim. */
|
|
21
|
+
export function stripHeadingEmojis(text: string): string {
|
|
22
|
+
return text.replace(HEADING_EMOJI_RE, '').trim()
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/**
|
|
26
|
+
* Core slug chain WITHOUT the emoji strip (the extractor exposes emoji
|
|
27
|
+
* stripping as an option, so the two steps are kept separable):
|
|
28
|
+
* lowercase → drop non-word/space/hyphen chars → spaces to hyphens →
|
|
29
|
+
* trim leading/trailing hyphens. May return `''` for symbol-only input —
|
|
30
|
+
* callers apply their own fallback (`section-N`).
|
|
31
|
+
*/
|
|
32
|
+
export function slugifyHeadingBase(text: string): string {
|
|
33
|
+
return text
|
|
34
|
+
.trim()
|
|
35
|
+
.toLowerCase()
|
|
36
|
+
.replace(/[^\w\s-]/g, '')
|
|
37
|
+
.replace(/\s+/g, '-')
|
|
38
|
+
.replace(/^-+|-+$/g, '')
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
/** The full default chain used by the renderers: emoji strip + slugify. */
|
|
42
|
+
export function slugifyHeadingText(text: string): string {
|
|
43
|
+
return slugifyHeadingBase(stripHeadingEmojis(text))
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// ---------------------------------------------------------------------------
|
|
47
|
+
// Heading SCANNER + DEDUPER (the other half of the producer/consumer contract)
|
|
48
|
+
// ---------------------------------------------------------------------------
|
|
49
|
+
/**
|
|
50
|
+
* Sharing the slug chain alone was not enough. The PRODUCER
|
|
51
|
+
* (`utils/markdown-section-extractor`) and the CONSUMER
|
|
52
|
+
* (`components/ui/markdown/heading-ids`) each carried their own copy of
|
|
53
|
+
* "which lines are headings" and "how do duplicates get suffixed", and the
|
|
54
|
+
* copies drifted:
|
|
55
|
+
* - the extractor toggled its code-block state on a bare
|
|
56
|
+
* `line.startsWith('```')`, so a `~~~`-fenced (or wider-backtick, or
|
|
57
|
+
* indented) block containing `## Setup` produced a SECTION from the
|
|
58
|
+
* extractor and NO id from the renderer — `sectionIdMap` then missed
|
|
59
|
+
* silently and the deep-link anchor pointed nowhere;
|
|
60
|
+
* - the extractor anchored ATX at column 0 while the renderer allowed the
|
|
61
|
+
* CommonMark 0..3-space indent;
|
|
62
|
+
* - the dedupe counter was hand-copied in both files, each with a comment
|
|
63
|
+
* saying "the two must agree".
|
|
64
|
+
* Both now call `scanHeadings` + `createHeadingIdDeduper`. Server-safe: no
|
|
65
|
+
* React, no DOM.
|
|
66
|
+
*/
|
|
67
|
+
|
|
68
|
+
// The CommonMark fence machine used to live in THIS file, which meant a
|
|
69
|
+
// streaming renderer imported its fence state from a module named after
|
|
70
|
+
// heading slugs. It now lives in `./markdown-fences`; re-exported here so the
|
|
71
|
+
// public `utils` surface (and every existing import) is unchanged.
|
|
72
|
+
export {
|
|
73
|
+
createFenceTracker,
|
|
74
|
+
isBlankLine,
|
|
75
|
+
type FenceTracker,
|
|
76
|
+
type FenceLineRole,
|
|
77
|
+
} from './markdown-fences'
|
|
78
|
+
import { createFenceTracker, isBlankLine } from './markdown-fences'
|
|
79
|
+
|
|
80
|
+
/** A heading the renderer will emit, located in the source. */
|
|
81
|
+
export interface ScannedHeading {
|
|
82
|
+
/** 1-based line of the heading's FIRST line (setext: the title line). */
|
|
83
|
+
line: number
|
|
84
|
+
level: number
|
|
85
|
+
/** Raw title text, before `stripInlineMarkdown` / slugification. */
|
|
86
|
+
text: string
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
export interface ScanHeadingsOptions {
|
|
90
|
+
/**
|
|
91
|
+
* Skip a leading YAML frontmatter block (`---` on line 1 through the next
|
|
92
|
+
* `---`). Only a DOCUMENT-LEADING block counts: a bare `---` mid-document
|
|
93
|
+
* is a thematic break or a setext underline, and treating it as a
|
|
94
|
+
* frontmatter toggle (what the extractor used to do) silently swallowed
|
|
95
|
+
* every heading until the next one.
|
|
96
|
+
*/
|
|
97
|
+
skipFrontmatter?: boolean
|
|
98
|
+
/** Include raw-HTML headings (`<h2>Title</h2>`). Default true. */
|
|
99
|
+
includeRawHtml?: boolean
|
|
100
|
+
/**
|
|
101
|
+
* Skip fenced-code blocks. Default true — a `##` inside a code fence is
|
|
102
|
+
* code, not a heading, and the renderer emits no id for it.
|
|
103
|
+
*/
|
|
104
|
+
skipFences?: boolean
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
/**
|
|
108
|
+
* EVERY line-anchored regex in this module ends `\r?$`, not `$`.
|
|
109
|
+
*
|
|
110
|
+
* Lines here come from `content.split('\n')`, so on a CRLF document each one
|
|
111
|
+
* carries a trailing `\r`. `$` (no `m` flag) anchors at end of string and `\r`
|
|
112
|
+
* is not in `[ \t]`, so a `$`-anchored pattern matches NOTHING on such a
|
|
113
|
+
* document. That was a live REGRESSION: `main`'s looser `^(#{1,6})\s+(.+)`
|
|
114
|
+
* had no end anchor at all and tolerated the `\r` (the title was `.trim()`ed
|
|
115
|
+
* afterwards), so `'# Real\r\n\r\nbody\r\n\r\n## Second\r\n'` yielded
|
|
116
|
+
* `["Real","Second"]` on `main` and `[]` here — every CRLF-stored doc / blog /
|
|
117
|
+
* release body silently lost its TOC, its in-page anchors and its doc-SEO
|
|
118
|
+
* heading links.
|
|
119
|
+
*
|
|
120
|
+
* The `\r` is ABSORBED, not normalized away: `scanHeadings` reports 1-based
|
|
121
|
+
* LINE numbers that the renderer's id map is keyed by, and the sanitizer's mask
|
|
122
|
+
* (which shares `markdown-fences`) is length-preserving — neither may be fed a
|
|
123
|
+
* rewritten source.
|
|
124
|
+
*/
|
|
125
|
+
/** CommonMark ATX heading (closing `#` run is not part of the title). */
|
|
126
|
+
const ATX_HEADING_RE = /^ {0,3}(#{1,6})[ \t]+(.*?)(?:[ \t]+#+)?[ \t]*\r?$/
|
|
127
|
+
/** ATX with no title at all (`###`, `## ###`) — still a heading, empty text. */
|
|
128
|
+
const ATX_EMPTY_RE = /^ {0,3}(#{1,6})[ \t]*#*[ \t]*\r?$/
|
|
129
|
+
/**
|
|
130
|
+
* Raw-HTML heading (`<h2 id="x">Title</h2>`) — rehype-raw renders these too.
|
|
131
|
+
* GLOBAL: two `<h3>`s on one line are two headings, and a non-global scan
|
|
132
|
+
* silently dropped the second (it then fell through to the renderer's
|
|
133
|
+
* suffix-free fallback and emitted a DUPLICATE DOM id).
|
|
134
|
+
*/
|
|
135
|
+
const RAW_HEADING_RE = /<h([1-6])\b[^>]*>([\s\S]*?)(?:<\/h\1>|$)/gi
|
|
136
|
+
/**
|
|
137
|
+
* Blockquote markers and list-item markers preceding an ATX heading
|
|
138
|
+
* (`> ## Setup`, `- ## Setup`, `1. ## Setup`). mdast emits a REAL `<h2>` for
|
|
139
|
+
* these; scanning only column-0..3 missed them entirely, so two identical
|
|
140
|
+
* `> ## Setup` headings both hit the suffix-free fallback and emitted the
|
|
141
|
+
* duplicate DOM ids this whole module exists to prevent.
|
|
142
|
+
*/
|
|
143
|
+
const CONTAINER_PREFIX_RE = /^ {0,3}(?:(?:>[ \t]?)+|(?:[-+*]|\d{1,9}[.)])[ \t]+)+/
|
|
144
|
+
/** Setext underline (`===` → h1, `---` → h2), AFTER container-prefix strip. */
|
|
145
|
+
const SETEXT_UNDERLINE_RE = /^ {0,3}(=+|-+)[ \t]*\r?$/
|
|
146
|
+
/** Thematic break — ends a paragraph run, never underlines it. */
|
|
147
|
+
const THEMATIC_BREAK_RE = /^ {0,3}(\*|_){3,}[ \t]*\r?$/
|
|
148
|
+
/**
|
|
149
|
+
* CommonMark HTML-block type 6 tag names — these open a raw HTML block no
|
|
150
|
+
* matter what follows them on the line.
|
|
151
|
+
*/
|
|
152
|
+
const HTML_BLOCK_TAGS =
|
|
153
|
+
'address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h1|h2|h3|h4|h5|h6|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul'
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* A line that OPENS a raw HTML block. mdast hands the whole block to the HTML
|
|
157
|
+
* parser, so a `---` inside it is not a setext underline and the lines above
|
|
158
|
+
* it are not a paragraph: `<div>\nText\n---\n</div>` emits NO heading. The
|
|
159
|
+
* scanner used to publish a phantom `Text` h2 there.
|
|
160
|
+
*
|
|
161
|
+
* The naive `^ {0,3}<` this replaced disqualified any run whose first line
|
|
162
|
+
* merely STARTED with a tag, so `<span>x</span> more text` + `---` (a plain
|
|
163
|
+
* paragraph in mdast, yielding an h2) was missed. The alternatives are spelled
|
|
164
|
+
* out per CommonMark:
|
|
165
|
+
* - types 1-5: `<script|pre|style|textarea`, `<!--`, `<?`, `<!X`, `<![CDATA[`
|
|
166
|
+
* - type 6: a `HTML_BLOCK_TAGS` name, whatever follows it
|
|
167
|
+
* - type 7: ANY complete open/closing tag ALONE on the line (trailing
|
|
168
|
+
* whitespace only) — this is the clause the old regex got wrong
|
|
169
|
+
* Attribute soup inside a type-7 tag is approximated with `[^>]*` rather than
|
|
170
|
+
* a full attribute grammar; the error bias is unchanged (a missed run costs a
|
|
171
|
+
* TOC entry, never a wrong id — the same direction as the documented
|
|
172
|
+
* list-item-indent gap in `SetextRun.prefix`).
|
|
173
|
+
*/
|
|
174
|
+
const HTML_BLOCK_OPENER_RE = new RegExp(
|
|
175
|
+
'^ {0,3}(?:' +
|
|
176
|
+
// types 1-5
|
|
177
|
+
'<(?:script|pre|style|textarea)(?:[\\s>]|$)|<!--|<\\?|<![a-zA-Z]|<!\\[CDATA\\[' +
|
|
178
|
+
// type 6
|
|
179
|
+
`|</?(?:${HTML_BLOCK_TAGS})(?:[\\s/>]|$)` +
|
|
180
|
+
// type 7 — a complete tag standing alone on the line
|
|
181
|
+
'|<[a-zA-Z][a-zA-Z0-9-]*(?:\\s[^>]*)?/?>[ \\t]*\\r?$' +
|
|
182
|
+
'|</[a-zA-Z][a-zA-Z0-9-]*[ \\t]*>[ \\t]*\\r?$' +
|
|
183
|
+
')',
|
|
184
|
+
'i',
|
|
185
|
+
)
|
|
186
|
+
|
|
187
|
+
/**
|
|
188
|
+
* The paragraph RUN that a setext underline would convert into a heading.
|
|
189
|
+
*
|
|
190
|
+
* mdast positions a setext heading at the FIRST line of the paragraph and its
|
|
191
|
+
* text is the WHOLE run (`Foo\nbar\n===` → `{line:1, text:"Foo\nbar"}`). The
|
|
192
|
+
* scanner used to remember only the LAST line, so the renderer's line-keyed
|
|
193
|
+
* lookup missed the heading entirely (falling back to a slug of the rendered
|
|
194
|
+
* children, `foo-bar`) while the extractor published `bar` — a dead deep
|
|
195
|
+
* link, plus a phantom TOC entry at the wrong line.
|
|
196
|
+
*/
|
|
197
|
+
interface SetextRun {
|
|
198
|
+
/** 1-based line of the run's FIRST line — where mdast puts the heading. */
|
|
199
|
+
line: number
|
|
200
|
+
/**
|
|
201
|
+
* Container prefix (`> `, `- `, …) every line of the run shares. The
|
|
202
|
+
* underline must carry the IDENTICAL prefix, which is why `> Quote` +
|
|
203
|
+
* `> ---` scans as an h2 while `> Quote` + a bare `---` does not.
|
|
204
|
+
*
|
|
205
|
+
* KNOWN, DELIBERATE GAP: a setext underline indented to a LIST ITEM's
|
|
206
|
+
* content column (`- item` / ` ---`) is a heading in mdast but has no
|
|
207
|
+
* container prefix at all, so this equality test misses it. Closing that
|
|
208
|
+
* would mean re-deriving list-item content columns here — the scanner
|
|
209
|
+
* simply emits nothing (the pre-existing behavior), which costs a TOC entry
|
|
210
|
+
* and never produces a WRONG id.
|
|
211
|
+
*/
|
|
212
|
+
prefix: string
|
|
213
|
+
/** Run lines with the container prefix stripped, in order. */
|
|
214
|
+
lines: string[]
|
|
215
|
+
/** Run opened with a raw-HTML block line — mdast emits no heading for it. */
|
|
216
|
+
disqualified: boolean
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
/**
|
|
220
|
+
* Collect every heading the markdown renderer will emit, in document order.
|
|
221
|
+
* THE single definition of "which lines are headings" for both the extractor
|
|
222
|
+
* and the renderer's id map.
|
|
223
|
+
*/
|
|
224
|
+
export function scanHeadings(
|
|
225
|
+
content: string,
|
|
226
|
+
options: ScanHeadingsOptions = {},
|
|
227
|
+
): ScannedHeading[] {
|
|
228
|
+
const { skipFrontmatter = true, includeRawHtml = true, skipFences = true } = options
|
|
229
|
+
const out: ScannedHeading[] = []
|
|
230
|
+
const lines = content.split('\n')
|
|
231
|
+
// ONE fenced-code state machine (utils/markdown-fences), shared with
|
|
232
|
+
// markdown/streaming.ts.
|
|
233
|
+
const fences = skipFences ? createFenceTracker() : null
|
|
234
|
+
|
|
235
|
+
let start = 0
|
|
236
|
+
if (skipFrontmatter && lines[0]?.trim() === '---') {
|
|
237
|
+
for (let i = 1; i < lines.length; i++) {
|
|
238
|
+
if (lines[i].trim() === '---' || lines[i].trim() === '...') {
|
|
239
|
+
start = i + 1
|
|
240
|
+
break
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
// The paragraph run a setext underline would convert (see SetextRun).
|
|
246
|
+
let setextRun: SetextRun | null = null
|
|
247
|
+
|
|
248
|
+
for (let i = start; i < lines.length; i++) {
|
|
249
|
+
const line = lines[i]
|
|
250
|
+
if (fences) {
|
|
251
|
+
const role = fences.push(line)
|
|
252
|
+
if (role !== 'text') {
|
|
253
|
+
setextRun = null
|
|
254
|
+
continue
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
// Container prefix (`> `, `- `, `1. `) is stripped from EVERY construct
|
|
259
|
+
// below, so a blockquote/list-nested heading is scanned in both its ATX
|
|
260
|
+
// (`> ## Setup`) and setext (`> Quote title` / `> ---`) spellings.
|
|
261
|
+
const prefix = CONTAINER_PREFIX_RE.exec(line)?.[0] ?? ''
|
|
262
|
+
const body = prefix ? line.slice(prefix.length) : line
|
|
263
|
+
|
|
264
|
+
// --- setext (`Title` / `===`): a REAL h1/h2 in mdast, positioned at the
|
|
265
|
+
// run's FIRST line — which is the line the heading-id map is keyed by.
|
|
266
|
+
// The underline must carry the SAME container prefix as the run it
|
|
267
|
+
// closes; `> Quote` followed by a bare `---` is a quote and a thematic
|
|
268
|
+
// break, not a heading.
|
|
269
|
+
const setext = SETEXT_UNDERLINE_RE.exec(body)
|
|
270
|
+
if (setext) {
|
|
271
|
+
if (setextRun && !setextRun.disqualified && setextRun.prefix === prefix) {
|
|
272
|
+
out.push({
|
|
273
|
+
line: setextRun.line,
|
|
274
|
+
level: setext[1][0] === '=' ? 1 : 2,
|
|
275
|
+
text: setextRun.lines.join('\n'),
|
|
276
|
+
})
|
|
277
|
+
}
|
|
278
|
+
setextRun = null
|
|
279
|
+
continue
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
// --- ATX, including inside a blockquote / list item.
|
|
283
|
+
const atx = ATX_HEADING_RE.exec(body) ?? ATX_EMPTY_RE.exec(body)
|
|
284
|
+
if (atx) {
|
|
285
|
+
out.push({ line: i + 1, level: atx[1].length, text: (atx[2] ?? '').trim() })
|
|
286
|
+
setextRun = null
|
|
287
|
+
continue
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
if (includeRawHtml && line.indexOf('<') !== -1) {
|
|
291
|
+
RAW_HEADING_RE.lastIndex = 0
|
|
292
|
+
let raw: RegExpExecArray | null
|
|
293
|
+
let matched = false
|
|
294
|
+
while ((raw = RAW_HEADING_RE.exec(line)) !== null) {
|
|
295
|
+
matched = true
|
|
296
|
+
out.push({
|
|
297
|
+
line: i + 1,
|
|
298
|
+
level: Number(raw[1]),
|
|
299
|
+
text: raw[2].replace(/<[^>]*>/g, '').trim(),
|
|
300
|
+
})
|
|
301
|
+
}
|
|
302
|
+
if (matched) {
|
|
303
|
+
setextRun = null
|
|
304
|
+
continue
|
|
305
|
+
}
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
// Paragraph accumulation. A blank line or a thematic break ends the run;
|
|
309
|
+
// a change of container prefix starts a new block (a list or blockquote
|
|
310
|
+
// interrupts a paragraph in CommonMark).
|
|
311
|
+
// CommonMark's blank line (spaces/tabs), NOT `trim()` — an NBSP-only line
|
|
312
|
+
// is paragraph CONTENT to remark, so ending the run there would move a
|
|
313
|
+
// setext heading's reported line off the run's first line.
|
|
314
|
+
if (isBlankLine(body) || THEMATIC_BREAK_RE.test(body)) {
|
|
315
|
+
setextRun = null
|
|
316
|
+
continue
|
|
317
|
+
}
|
|
318
|
+
if (setextRun && setextRun.prefix === prefix) {
|
|
319
|
+
setextRun.lines.push(body.trim())
|
|
320
|
+
} else {
|
|
321
|
+
setextRun = {
|
|
322
|
+
line: i + 1,
|
|
323
|
+
prefix,
|
|
324
|
+
lines: [body.trim()],
|
|
325
|
+
disqualified: HTML_BLOCK_OPENER_RE.test(body),
|
|
326
|
+
}
|
|
327
|
+
}
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
return out
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
/**
|
|
334
|
+
* The duplicate-id suffix counter, as ONE closure both sides instantiate.
|
|
335
|
+
* First occurrence keeps the bare slug; the Nth gets `-N`. Extractor and
|
|
336
|
+
* renderer MUST use the same counter or `#anchor` deep links diverge.
|
|
337
|
+
*/
|
|
338
|
+
export function createHeadingIdDeduper(): (cleanId: string) => string {
|
|
339
|
+
const counts: Record<string, number> = {}
|
|
340
|
+
return (cleanId: string): string => {
|
|
341
|
+
if (counts[cleanId]) {
|
|
342
|
+
counts[cleanId]++
|
|
343
|
+
return `${cleanId}-${counts[cleanId]}`
|
|
344
|
+
}
|
|
345
|
+
counts[cleanId] = 1
|
|
346
|
+
return cleanId
|
|
347
|
+
}
|
|
348
|
+
}
|
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
import { stripInlineMarkdown } from './markdown-to-plain'
|
|
7
|
+
import {
|
|
8
|
+
createHeadingIdDeduper,
|
|
9
|
+
scanHeadings,
|
|
10
|
+
slugifyHeadingBase,
|
|
11
|
+
stripHeadingEmojis,
|
|
12
|
+
} from './markdown-heading-id'
|
|
7
13
|
|
|
8
14
|
export interface MarkdownSection {
|
|
9
15
|
id: string
|
|
@@ -38,68 +44,47 @@ export function extractSections(
|
|
|
38
44
|
): MarkdownSection[] {
|
|
39
45
|
const opts = { ...DEFAULT_OPTIONS, ...options }
|
|
40
46
|
const sections: MarkdownSection[] = []
|
|
41
|
-
const
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
const pattern = new RegExp(`^(#{1,${opts.maxLevel}})\\s+(.+)`)
|
|
61
|
-
const match = line.match(pattern)
|
|
62
|
-
if (!match) continue
|
|
63
|
-
|
|
64
|
-
const level = match[1].length
|
|
65
|
-
if (level > opts.maxLevel) continue
|
|
66
|
-
|
|
67
|
-
let title = match[2].trim()
|
|
68
|
-
|
|
47
|
+
const dedupe = createHeadingIdDeduper()
|
|
48
|
+
|
|
49
|
+
// ONE scanner, shared with the renderer's heading-id map
|
|
50
|
+
// (utils/markdown-heading-id.ts). This file used to carry its own
|
|
51
|
+
// line loop — `line.startsWith('```')` for fences (blind to `~~~`, to
|
|
52
|
+
// longer backtick runs and to the CommonMark 0..3-space indent) and a
|
|
53
|
+
// bare `line === '---'` YAML toggle (which a mid-document thematic break
|
|
54
|
+
// or setext underline tripped, swallowing every heading after it). Both
|
|
55
|
+
// produced sections the renderer emitted no id for.
|
|
56
|
+
const scanned = scanHeadings(markdown, {
|
|
57
|
+
skipFrontmatter: opts.skipCodeAndYamlBlocks,
|
|
58
|
+
skipFences: opts.skipCodeAndYamlBlocks,
|
|
59
|
+
})
|
|
60
|
+
|
|
61
|
+
for (const heading of scanned) {
|
|
62
|
+
if (heading.level > opts.maxLevel) continue
|
|
63
|
+
|
|
64
|
+
let title = heading.text
|
|
69
65
|
if (opts.stripFormattingMarkers) {
|
|
70
66
|
title = stripInlineMarkdown(title).trim()
|
|
71
67
|
}
|
|
72
68
|
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
.toLowerCase()
|
|
86
|
-
.replace(/[^\w\s-]/g, '')
|
|
87
|
-
.replace(/\s+/g, '-')
|
|
88
|
-
.replace(/^-+|-+$/g, '')
|
|
89
|
-
|
|
69
|
+
// Slug chain SSOT — shared with the renderers' heading-id generator
|
|
70
|
+
// (see utils/markdown-heading-id.ts). Extractor and renderers MUST
|
|
71
|
+
// agree or deep-link anchors silently diverge.
|
|
72
|
+
const baseId = slugifyHeadingBase(
|
|
73
|
+
opts.removeEmojis ? stripHeadingEmojis(title) : title,
|
|
74
|
+
)
|
|
75
|
+
|
|
76
|
+
// Symbol-only heading fallback: the 1-based ordinal among the headings
|
|
77
|
+
// this extractor EMITS (levels ≤ maxLevel). The renderer's heading-id
|
|
78
|
+
// generator mirrors this exact counter for levels ≤ 2
|
|
79
|
+
// (components/ui/markdown/heading-ids.ts) — the two must agree or
|
|
80
|
+
// deep-link anchors diverge for symbol-only headings.
|
|
90
81
|
const cleanId = baseId || `section-${sections.length + 1}`
|
|
91
82
|
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
} else {
|
|
98
|
-
idCounts[cleanId] = 1
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
sections.push({ id, title, level })
|
|
83
|
+
sections.push({
|
|
84
|
+
id: opts.handleDuplicateIds ? dedupe(cleanId) : cleanId,
|
|
85
|
+
title,
|
|
86
|
+
level: heading.level,
|
|
87
|
+
})
|
|
103
88
|
}
|
|
104
89
|
|
|
105
90
|
return sections
|