We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The embed directive allows you to duplicate content from another part of your project. This can also be done through the figure directive.
remove-input
remove-output
The text was updated successfully, but these errors were encountered:
As per https://mystmd.org/guide/embed and in particular the section on {include} vs {embed}` I am personally leaning on not implementing this directive and emit a warning for its usage.
{include} vs
What do you think @bmorelli25 ?
(As an aside should we create a GitHub team for folks interested in these types of discussions?)
Sorry, something went wrong.
cc @KOTungseth. We should discuss this one on Monday. We should also ensure the right writers are involved in these conversations.
No branches or pull requests
Embed
Implementation
Specification compliance:
remove-input
(boolean) - If embedding a Jupyter Notebook cell, remove the input of the cell.remove-output
(boolean) - If embedding a Jupyter Notebook cell, remove the output of the cell.The text was updated successfully, but these errors were encountered: