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
This would be similar to {{< include >}} shortcode, e.g. {{< include _content.qmd >}}; but maybe work inside of a markdown structure?
{{< include >}}
{{< include _content.qmd >}}
This isn't quite a situation where I want the official {quarto-ext/include-code-files} extension as that would require:
{quarto-ext/include-code-files}
```{.r include="script.r"} ```
Instead, I'm looking for something more actionable for custom code cells.
```{shinylive-r} #| standalone: true #| viewerHeight: 600 {{<embed-code file="path/to/shiny/app/" >}} ```
This is to tide over the request in quarto-ext/shinylive#37
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This would be similar to
{{< include >}}
shortcode, e.g.{{< include _content.qmd >}}
; but maybe work inside of a markdown structure?This isn't quite a situation where I want the official
{quarto-ext/include-code-files}
extension as that would require:Instead, I'm looking for something more actionable for custom code cells.
This is to tide over the request in quarto-ext/shinylive#37
The text was updated successfully, but these errors were encountered: