Skip to content

Don't produce TOCs for doc markdown files - #48680

Merged
bors merged 1 commit into
rust-lang:masterfrom
steveklabnik:no-toc
Mar 3, 2018
Merged

Don't produce TOCs for doc markdown files#48680
bors merged 1 commit into
rust-lang:masterfrom
steveklabnik:no-toc

Conversation

@steveklabnik

Copy link
Copy Markdown
Contributor

Currently, we are producing headers for markdown files,
which is generally not what we want. As such, passing this
flag causes them to render normally.

https://doc.rust-lang.org/nightly/book/ is an example page currently where this is done incorrectly.

Currently, we are producing headers for markdown files,
which is generally not what we want. As such, passing this
flag causes them to render normally.
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 2, 2018
@nikomatsakis

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Mar 2, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 900d511 has been approved by nikomatsakis

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 2, 2018
Manishearth added a commit to Manishearth/rust that referenced this pull request Mar 3, 2018
Don't produce TOCs for doc markdown files
Currently, we are producing headers for markdown files,
which is generally not what we want. As such, passing this
flag causes them to render normally.
https://doc.rust-lang.org/nightly/book/ is an example page currently where this is done incorrectly.
@ManishearthManishearth mentioned this pull request Mar 3, 2018
@kennytmkennytm mentioned this pull request Mar 3, 2018
kennytm added a commit to kennytm/rust that referenced this pull request Mar 3, 2018
Don't produce TOCs for doc markdown files
Currently, we are producing headers for markdown files,
which is generally not what we want. As such, passing this
flag causes them to render normally.
https://doc.rust-lang.org/nightly/book/ is an example page currently where this is done incorrectly.
bors added a commit that referenced this pull request Mar 3, 2018
Rollup of 8 pull requests
- Successful merges: #48283, #48466, #48569, #48629, #48637, #48680, #48513, #48664
- Failed merges:
@bors
bors merged commit 900d511 into rust-lang:masterMar 3, 2018
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@steveklabnik@rust-highfive@nikomatsakis@bors