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
I didn't feel like opening 3 2 GH issues for these niche issues, so here's a single one.
Given a Markdown input file and --markdown-css file.css, the depinfo (--emit=depinfo -Zunstable-options) doesn't list file.css
Given a Markdown input file and --markdown-css file.css, the generated HTML document contains <link rel="stylesheet" href="file.css"> but that path won't resolve unless you set -o. / --output-dir=. since it doesn't properly account for the output directory (which is doc/ by default)
Given a Markdown input file and --emit=html-static-files or --emit=dep-info or --emit=html-static-files,dep-info, we still emit a non-static HTML file, e.g, doc/file.html (which should only be emitted if --emit contains html-non-static-files which it implicitly does by default)
I didn't feel like opening
32 GH issues for these niche issues, so here's a single one.Given a Markdown input file and--markdown-css file.css, the depinfo (--emit=depinfo -Zunstable-options) doesn't listfile.css--markdown-css file.css, the generated HTML document contains<link rel="stylesheet" href="file.css">but that path won't resolve unless you set-o./--output-dir=.since it doesn't properly account for the output directory (which isdoc/by default)--emit=html-static-filesor--emit=dep-infoor--emit=html-static-files,dep-info, we still emit a non-static HTML file, e.g,doc/file.html(which should only be emitted if--emitcontainshtml-non-static-fileswhich it implicitly does by default)