We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 502ef12 commit 0977e25Copy full SHA for 0977e25
crates/markdown/src/lib.rs
@@ -43,7 +43,7 @@ impl WorldGenerator for Markdown {
43
let world = &resolve.worlds[world];
44
uwriteln!(
45
self.src,
46
- "# <a name=\"{}\">World {}</a>\n",
+ "# <a name=\"{}\"></a>World {}\n",
47
world.name.to_snake_case(),
48
world.name
49
);
0 commit comments