Skip to content

Commit 0977e25

Browse files
authored
fix(markdown): update primary link to match behavior from #818 (#1008)
Signed-off-by: Lachlan Heywood <[email protected]>
1 parent 502ef12 commit 0977e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/markdown/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ impl WorldGenerator for Markdown {
4343
let world = &resolve.worlds[world];
4444
uwriteln!(
4545
self.src,
46-
"# <a name=\"{}\">World {}</a>\n",
46+
"# <a name=\"{}\"></a>World {}\n",
4747
world.name.to_snake_case(),
4848
world.name
4949
);

0 commit comments

Comments
 (0)