-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change the order of fragments #30
Comments
Hi there! This must have arrived at a hectic time because it slipped past us. It looks like your work in To keep the scope minimal, this is probably not a feature we will support within the rendering functionality. That said, I would consider adding some processing utilities for manipulating Rd objects themselves. This would be more of a "power-user" API, composing a few of the components to allow for this capability. It could look something like this: rd <- get_rd("<topic>", "<package>")
rd <- arrange_fragments(rd, ...)
md <- rd2markdown(rd) Ideally this would be a capability that is readily available outside of this package so it is more easily repurposed for other render targets, but without a more generic solution out there it could potentially live in this package for now and would be deprecated if a more generic solution pops up elsewhere. |
Thanks for your answer @dgkf-roche. I have indeed moved forward and no longer have a clear use case for this, so feel free to close :) |
@dgkf-roche this is also a feature we need through Could you give me a hint, how |
Hello, thank you for this package!
Is there a way to customize the order of the fragments in the output? In the example below, I'd like to put the description between the title and the usage:
Using the argument
fragments
doesn't change anything:Thanks
The text was updated successfully, but these errors were encountered: