-
-
Notifications
You must be signed in to change notification settings - Fork 15k
rustdoc: Markdown headers don't get recognized in certain cases #33771
Copy link
Copy link
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
#Headers don't seem to get recognized when the header is preceded by some text and a following code block contains hidden lines (
///# ...).Here's a minimal example:
And this is what it looks like:

I've set up a repository with this example to play around with here: https://github.com/panicbit/rustdoc_bug_33771
cc @Manishearth