From 1007e261d5802429dd935a1bf1059b72c25f4b0c Mon Sep 17 00:00:00 2001 From: Bob Carpenter Date: Mon, 12 Jun 2023 11:22:37 -0400 Subject: [PATCH] add note on where _extensions needs to go --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index faa5a16..964a138 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ The filter is largely inspired by quarto add quarto-ext/include-code-files ``` -This will install the extension under the `_extensions` subdirectory. -If you're using version control, you will want to check in this directory. +This will install the extension under the `_extensions` subdirectory. If you're using version control, you will want to check in this directory. The `_extensions` directory needs to be in the same directory as your quarto code in order for quarto to be able to find the extension. ## Usage