Skip to content

Commit 6c6abde

Browse files
committed
Add examples of headings shared by pages with wrong IDs
1 parent d3a1545 commit 6c6abde

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: layout
3+
---
4+
5+
# Shared subheadings - Page A
6+
7+
A page that shares headings with the other pages in this folder,
8+
to check that the heading IDs are computed properly
9+
10+
## A subheading
11+
12+
### A h3 subheading
13+
14+
## Another subheading
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
layout: layout
3+
---
4+
5+
# Shared subheadings - Page B
6+
7+
A page that shares headings with the other pages in this folder,
8+
to check that the heading IDs are computed properly
9+
10+
## A subheading
11+
12+
### A h3 subheading
13+
14+
## Another subheading

0 commit comments

Comments
 (0)