0

Use name attribute not id attribute for anchor tag in Markdown

Per dpranke, it seems Gerrit strips out <a id=foo> anchors.

BUG=

Review-Url: https://codereview.chromium.org/2567583002
Cr-Commit-Position: refs/heads/master@{#437673}
This commit is contained in:
amoylan
2016-12-09 14:47:28 -08:00
committed by Commit bot
parent 9f61b42c2d
commit a960fa5f40

@@ -117,7 +117,7 @@ $ gn gen out/Default
* For more info on GN, run `gn help` on the command line or read the * For more info on GN, run `gn help` on the command line or read the
[quick start guide](../tools/gn/docs/quick_start.md). [quick start guide](../tools/gn/docs/quick_start.md).
### <a id=faster-builds></a>Faster builds ### <a name="faster-builds"></a>Faster builds
This section contains some things you can change to speed up your builds, This section contains some things you can change to speed up your builds,
sorted so that the things that make the biggest difference are first. sorted so that the things that make the biggest difference are first.