Skip to content

Conversation

larenspear
Copy link

Quarto is a markdown format that integrates Jupyter notebooks and other graphics.

https://quarto.org/

Would be nice to also check for .qmd files and report dead links.

@@ -102,7 +102,7 @@ function loadAllMarkdownFiles(rootFolder = '.') {
const fullPath = path.join(rootFolder, file);
if (fs.lstatSync(fullPath).isDirectory()) {
files.push(...loadAllMarkdownFiles(fullPath));
} else if (fullPath.endsWith('.md')) {
} else if (fullPath.endsWith('.md') || fullPath.endsWith('.qmd')) {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@larenspear any chance you can add tests ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants