0byt3m1n1
Path:
C:
/
Program Files
/
RStudio
/
resources
/
app
/
bin
/
quarto
/
share
/
create
/
extensions
/
filter
/
[
Home
]
File: README.ejs.md
# <%= title %> Extension For Quarto _TODO_: Add a short description of your extension. ## Installing _TODO_: Replace the `<github-organization>` with your GitHub organization. ```bash quarto add <github-organization>/<%= filesafename %> ``` This will install the extension under the `_extensions` subdirectory. If you're using version control, you will want to check in this directory. ## Using _TODO_: Describe how to use your extension. ## Example Here is the source code for a minimal example: [example.qmd](example.qmd).