Skip to content

Commit 838dfa9

Browse files
authored
support Quarto Markdown in /learn (#1047)
1 parent ca3f2c9 commit 838dfa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/jupyter-ai/jupyter_ai/document_loaders/directory.py

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def path_to_doc(path):
8686
SUPPORTED_EXTS = {
8787
".py",
8888
".md",
89+
".qmd",
8990
".R",
9091
".Rmd",
9192
".jl",

0 commit comments

Comments
 (0)