Skip to content

Commit

Permalink
fix(markdown): update primary link to match behavior from bytecodeall…
Browse files Browse the repository at this point in the history
…iance#818

Signed-off-by: Lachlan Heywood <lachieh@users.noreply.github.com>
  • Loading branch information
lachieh committed Jul 23, 2024
1 parent 502ef12 commit b7bcfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/markdown/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ impl WorldGenerator for Markdown {
let world = &resolve.worlds[world];
uwriteln!(
self.src,
"# <a name=\"{}\">World {}</a>\n",
"# <a name=\"{}\"></a>World {}\n",
world.name.to_snake_case(),
world.name
);
Expand Down

0 comments on commit b7bcfe5

Please sign in to comment.