You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kmcallister opened this issue
Nov 25, 2014
· 1 comment
· Fixed by #19727
Labels
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
$ cat foo.md
% title
The first change is to disallow importing macros from an `extern
crate` that is not at the crate root.
$ rustdoc --html-in-header=<(echo '<linkrel="stylesheet"href="http://doc.rust-lang.org/rust.css">') -o . foo.md
produces
<p>The first change is to disallow importing macros from an <code>extern
crate</code> that is not at the crate root.</p>
and, since code is white-space: pre-wrap in rust.css, the line break appears in the rendered document. Probably code shouldn't set white-space independently of pre, but I'm not quite sure what the best fix is.
The text was updated successfully, but these errors were encountered:
kmcallister
added
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I-papercut
labels
Nov 25, 2014
E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
produces
and, since
code
iswhite-space: pre-wrap
inrust.css
, the line break appears in the rendered document. Probablycode
shouldn't setwhite-space
independently ofpre
, but I'm not quite sure what the best fix is.The text was updated successfully, but these errors were encountered: