Skip to content

Commit 7fd72d3

Browse files
committed
Use HTML comment marker for include start
Change the include start marker in MANUAL.md from the visible heading '## Installation' to an explicit HTML comment '<!-- Install start -->'. Add this comment to README.md just before the Installation section so the include can target a stable, non-visible marker instead of matching visible heading text.
1 parent bbf8b41 commit 7fd72d3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

MANUAL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This content will appear in the sticky margin when the original element scrolls
7070
```
7171

7272
::::{include} README.md
73-
:start-after: "## Installation"
73+
:start-after: "<!-- Install start -->"
7474
::::
7575

7676
## Additional content

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
When the original element scrolls above the header, a duplicate appears in the right margin (on wide screens). When the original element comes back into view, the margin copy is hidden.
66

7+
<!-- Install start -->
78
## Installation
89

910
```bash

0 commit comments

Comments
 (0)