Skip to content
This repository has been archived by the owner on May 20, 2020. It is now read-only.

Flag: markdown-*-content #211

Open
hjr3 opened this issue Nov 29, 2017 · 2 comments
Open

Flag: markdown-*-content #211

hjr3 opened this issue Nov 29, 2017 · 2 comments
Labels

Comments

@hjr3
Copy link
Contributor

hjr3 commented Nov 29, 2017

This issue is part of #125

I'm lumping two into this issue:

--markdown-before-content: include more markdown before the content

Using this flag looks like this:

$ rustdoc src/lib.rs --markdown-before-content extra.md
$ rustdoc README.md --markdown-before-content extra.md

This flag takes a list of files, and inserts them inside the tag but
before the other content rustodc would normally produce in the rendered
documentation.

--markdown-after-content: include more markdown after the content

Using this flag looks like this:

$ rustdoc src/lib.rs --markdown-after-content extra.md
$ rustdoc README.md --markdown-after-content extra.md

This flag takes a list of files, and inserts them inside the tag but
after the other content rustdoc would normally produce in the rendered
documentation.


Should we keep these flags or not?

@hjr3
Copy link
Contributor Author

hjr3 commented Nov 29, 2017

@steveklabnik I noticed these two flags were missing. The triage is probably the same as #145 but I wanted to be thorough.

@steveklabnik
Copy link
Owner

Yeah, thanks! It is.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants